mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
fix(opendesk-certificates): Template caCertificate options
This commit is contained in:
@@ -66,6 +66,9 @@ cleanup:
|
|||||||
|
|
||||||
selfSigned:
|
selfSigned:
|
||||||
enabled: {{ .Values.certificate.selfSigned }}
|
enabled: {{ .Values.certificate.selfSigned }}
|
||||||
|
caCertificate:
|
||||||
|
create: {{ .Values.certificate.caCertificate.create }}
|
||||||
|
secretName: {{ .Values.certificate.caCertificate.secretName | quote }}
|
||||||
keystores:
|
keystores:
|
||||||
jks:
|
jks:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -9,5 +9,9 @@ certificate:
|
|||||||
# When using `wildcard: true` please ensure you configure the cert-manager accordingly, e.g. using DNS
|
# When using `wildcard: true` please ensure you configure the cert-manager accordingly, e.g. using DNS
|
||||||
# validation (`DNS-01`) in case of letsencrypt.
|
# validation (`DNS-01`) in case of letsencrypt.
|
||||||
wildcard: false
|
wildcard: false
|
||||||
|
# See also `opendesk/docs/enhanced-configuration/self-signed-certificates.md`
|
||||||
selfSigned: false
|
selfSigned: false
|
||||||
|
caCertificate:
|
||||||
|
create: true
|
||||||
|
secretName: ""
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user