We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0e8c9 commit 0bf0f87Copy full SHA for 0bf0f87
1 file changed
charts/ace/templates/platform/user-config.yaml
@@ -1,3 +1,6 @@
1
+{{- $secretName := include "settings.platformUserConfigSecretName" . -}}
2
+{{- $secretNS := .Release.Namespace -}}
3
+{{- if not (lookup "v1" "Secret" $secretNS $secretName) }}
4
kind: Secret
5
apiVersion: v1
6
metadata:
@@ -16,3 +19,4 @@ stringData:
16
19
FAVICON = `{{ .Values.branding.favicon }}`
17
20
PRIMARY_COLOR = `{{ .Values.branding.primaryColor }}`
18
21
SHOW_APP_TAG = {{ .Values.branding.showAppTag }}
22
+{{- end }}
0 commit comments