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