fix(deployment): mount secret with environment variables
Some checks failed
Generate README / generate-parameters (push) Failing after 10s
Helm / helm-lint (push) Has been cancelled
Helm / helm-unittest (push) Has been cancelled

This commit is contained in:
2025-10-12 18:48:18 +02:00
parent d1e5accccb
commit f63450aec4
6 changed files with 82 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{{- if not .Values.config.env.existingSecret.enabled }}
{{- if and .Values.config.env.enabled (not .Values.config.env.existingSecret.enabled) }}
---
apiVersion: v1
kind: Secret