fix(argo-cd): Add usages to ArgoCD server certificate (#2143)

This commit is contained in:
Elad Shmitanka 2023-07-02 11:07:17 +03:00 committed by GitHub
parent 7c3553de9d
commit 167c112bcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

View file

@ -30,4 +30,8 @@ spec:
privateKey:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.server.certificate.usages }}
usages:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}