Skip to content

Commit 31e21c7

Browse files
committed
remove unused helm chart config
1 parent dcc6e08 commit 31e21c7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • terraform/aws/aws-eks-operator

terraform/aws/aws-eks-operator/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,13 @@ resource "helm_release" "tailscale_operator" {
117117
yamlencode({
118118
operatorConfig = {
119119
image = {
120-
repo = "tailscale/k8s-operator"
121120
tag = "v${local.operator_version}"
122121
}
123122
hostname = local.operator_name
124123
}
125124
apiServerProxyConfig = {
126125
mode = "true"
127126
allowImpersonation = "true"
128-
tags = "tag:k8s-operator,tag:k8s-api-server"
129127
}
130128
})
131129
]

0 commit comments

Comments
 (0)