feat(argo-cd): Allow setting the private key algorithm in the Certificate spec (#1448)

Signed-off-by: Zach Leslie <xaque208@gmail.com>
This commit is contained in:
Zach Leslie 2022-09-19 14:36:26 -07:00 committed by GitHub
parent 87d6e396a7
commit 6594a22a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 2 deletions

View file

@ -31,6 +31,10 @@ spec:
{{- end }}
kind: {{ .Values.server.certificate.issuer.kind | quote }}
name: {{ .Values.server.certificate.issuer.name | quote }}
{{- with .Values.server.certificate.privateKey }}
privateKey:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.server.certificate.renewBefore }}
renewBefore: {{ . | quote }}
{{- end }}