mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
feat(helmfile): Add templating support for Cassandra external secrets
Signed-off-by: Axel Lender <lender@b1-systems.de>
This commit is contained in:
12
helmfile/environments/default/external_secrets.yaml.gotmpl
Normal file
12
helmfile/environments/default/external_secrets.yaml.gotmpl
Normal file
@@ -0,0 +1,12 @@
|
||||
{{/*
|
||||
SPDX-FileCopyrightText: 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
*/}}
|
||||
---
|
||||
externalSecrets:
|
||||
cassandra:
|
||||
initDBSecret: ~
|
||||
existingSecret:
|
||||
name: ~
|
||||
passwordKey: ~
|
||||
...
|
||||
Reference in New Issue
Block a user