We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc6e08 commit 31e21c7Copy full SHA for 31e21c7
1 file changed
terraform/aws/aws-eks-operator/main.tf
@@ -117,15 +117,13 @@ resource "helm_release" "tailscale_operator" {
117
yamlencode({
118
operatorConfig = {
119
image = {
120
- repo = "tailscale/k8s-operator"
121
tag = "v${local.operator_version}"
122
}
123
hostname = local.operator_name
124
125
apiServerProxyConfig = {
126
mode = "true"
127
allowImpersonation = "true"
128
- tags = "tag:k8s-operator,tag:k8s-api-server"
129
130
})
131
]
0 commit comments