Skip to content

Commit

Permalink
hotfix: remove TLS ingress annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jul 1, 2022
1 parent 8fe54fc commit c121de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/helmfile.d/0300.frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ releases:
nginx.ingress.kubernetes.io/proxy-body-size: "1g"
{{ if ne (env "CERTIFICATE_MANAGER_ENABLED" | default "") "" }}
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/auth-tls-secret: "deepcell/tls-cert"
# Use "letsencrypt-prod" for production.
cert-manager.io/cluster-issuer: {{ env "CERTIFICATE_MANAGER_CLUSTER_ISSUER" | default "letsecrypt-staging" }}
{{ end }}
Expand Down

0 comments on commit c121de4

Please sign in to comment.