Skip to content

Commit

Permalink
feat(argo-cd): Template server ingress extraTls arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Garry O'Donnell <garry.o'donnell@diamond.ac.uk>
  • Loading branch information
garryod committed Nov 27, 2024
1 parent 3e1b02d commit 6cb4108
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v2.13.1
kubeVersion: ">=1.25.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 7.7.5
version: 7.7.6
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
Expand All @@ -28,3 +28,5 @@ annotations:
artifacthub.io/changes: |
- kind: fixed
description: Update application CRD
- kind: added
description: Allowed the use of templates in the server.ingress.extraTls field
2 changes: 1 addition & 1 deletion charts/argo-cd/templates/argocd-server/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6cb4108

Please sign in to comment.