fix(deployment,secrets): deploy always the web-config secret

This commit is contained in:
2024-11-26 18:49:46 +01:00
parent 6c30756f8d
commit 7b98e68b03
4 changed files with 88 additions and 26 deletions

View File

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