fix(argo-cd): Add usages to ArgoCD server certificate (#2143)
This commit is contained in:
parent
7c3553de9d
commit
167c112bcb
4 changed files with 10 additions and 2 deletions
|
|
@ -30,4 +30,8 @@ spec:
|
|||
privateKey:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.server.certificate.usages }}
|
||||
usages:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue