Commit 6c57b145 authored by Chris Merrett's avatar Chris Merrett

Looks like the Steamhaus role just has to be part of the configmap

parent eb0b09a7
Pipeline #4972 passed with stage
in 17 seconds
......@@ -69,7 +69,6 @@ data "template_file" "kubeconfig" {
endpoint = "${aws_eks_cluster.cluster.endpoint}"
region = "${data.aws_region.current.name}"
cluster_auth_base64 = "${aws_eks_cluster.cluster.certificate_authority.0.data}"
admin_role_arn = "${aws_iam_role.admin.arn}"
}
}
......
......@@ -25,5 +25,3 @@ users:
- "token"
- "-i"
- "${cluster_name}"
- "-r"
- "${admin_role_arn}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment