Skip to content

Commit c121de4

Browse files
committed
hotfix: remove TLS ingress annotation.
1 parent 8fe54fc commit c121de4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conf/helmfile.d/0300.frontend.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ releases:
5050
nginx.ingress.kubernetes.io/proxy-body-size: "1g"
5151
{{ if ne (env "CERTIFICATE_MANAGER_ENABLED" | default "") "" }}
5252
kubernetes.io/tls-acme: "true"
53-
nginx.ingress.kubernetes.io/auth-tls-secret: "deepcell/tls-cert"
5453
# Use "letsencrypt-prod" for production.
5554
cert-manager.io/cluster-issuer: {{ env "CERTIFICATE_MANAGER_CLUSTER_ISSUER" | default "letsecrypt-staging" }}
5655
{{ end }}

0 commit comments

Comments
 (0)