mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
feat(helmfile): Add template support for external secrets for mariadb
Signed-off-by: Axel Lender <lender@b1-systems.de>
This commit is contained in:
@@ -72,6 +72,9 @@ job:
|
||||
mariadb:
|
||||
rootPassword:
|
||||
value: {{ .Values.secrets.mariadb.rootPassword | quote }}
|
||||
existingSecret:
|
||||
name: {{ .Values.external_secrets.mariadb.rootPassword.name | quote }}
|
||||
key: {{ .Values.external_secrets.mariadb.rootPassword.key | quote }}
|
||||
|
||||
persistence:
|
||||
size: {{ .Values.persistence.storages.mariadb.size | quote }}
|
||||
|
||||
11
helmfile/environments/default/external_secrets.yaml.gotmpl
Normal file
11
helmfile/environments/default/external_secrets.yaml.gotmpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{{/*
|
||||
SPDX-FileCopyrightText: 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
*/}}
|
||||
---
|
||||
external_secrets:
|
||||
mariadb:
|
||||
rootPassword:
|
||||
name: ~
|
||||
key: ~
|
||||
...
|
||||
Reference in New Issue
Block a user