Skip to content

Commit

Permalink
#620 feat: move from cluster issuer to issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed Nov 16, 2022
1 parent f31b330 commit 0c8205e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metadata:
kubernetes.io/ingress.class: nginx
{{- if and (not .Values.local) $tls }}
kubernetes.io/tls-acme: 'true'
cert-manager.io/cluster-issuer: {{ printf "%s-%s" "letsencrypt" .Values.namespace }}
cert-manager.io/issuer: {{ printf "%s-%s" "letsencrypt" .Values.namespace }}
{{- end }}
nginx.ingress.kubernetes.io/ssl-redirect: {{ (and $tls .Values.ingress.ssl_redirect) | quote }}
nginx.ingress.kubernetes.io/proxy-body-size: '250m'
Expand Down

0 comments on commit 0c8205e

Please sign in to comment.