fix(infra-certificates): Correct indent of cluster-issue for letsencrypt-prod
This commit is contained in:
parent
5e6aaaba9d
commit
1c008a812b
1 changed files with 3 additions and 1 deletions
|
@ -19,8 +19,10 @@ spec:
|
|||
annotations:
|
||||
"ingress.kubernetes.io/ssl-redirect": "false"
|
||||
"nginx.org/redirect-to-https": "false"
|
||||
{{- if not (get .Values.commons.ingress.annotations "traefik.ingress.kubernetes.io/router.entrypoints") }}
|
||||
"traefik.ingress.kubernetes.io/router.entrypoints": "web"
|
||||
{{- end }}
|
||||
{{- with (omit .Values.commons.ingress.annotations "cert-manager.io/cluster-issuer" "cert-manager.io/issuer") }}
|
||||
{{- toYaml . | nindent 16 }}
|
||||
{{- toYaml . | nindent 18 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue