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