feat(argo-cd): Template server ingress extraTls arguments (#3056)

Signed-off-by: Garry O'Donnell <garry.o'donnell@diamond.ac.uk>
This commit is contained in:
Garry O'Donnell 2024-12-02 14:19:44 +00:00 committed by GitHub
parent 3767e5b8ae
commit 0195a3581e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,7 @@ spec:
secretName: argocd-server-tls
{{- end }}
{{- with .Values.server.ingress.extraTls }}
{{- toYaml . | nindent 4 }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
{{- end }}
{{- end }}