mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 16:28:36 +01:00
feat(helmfile): Add template support for external secrets for opendesk-services
Signed-off-by: Axel Lender <lender@b1-systems.de>
This commit is contained in:
@@ -71,6 +71,9 @@ selfSigned:
|
||||
enabled: true
|
||||
password:
|
||||
value: {{ .Values.secrets.certificates.password | quote }}
|
||||
secret:
|
||||
name: {{ .Values.externalSecrets.certificates.password.name | quote }}
|
||||
key: {{ .Values.externalSecrets.certificates.password.key | quote }}
|
||||
|
||||
wildcard: {{ .Values.certificate.wildcard }}
|
||||
...
|
||||
|
||||
@@ -12,4 +12,8 @@ externalSecrets:
|
||||
redis:
|
||||
existingSecret: ~
|
||||
existingSecretPasswordKey: ~
|
||||
certificates:
|
||||
password :
|
||||
name: ~
|
||||
key: ~
|
||||
...
|
||||
Reference in New Issue
Block a user