From f459ea2108e4c63b4a1ca07ab26468f24236742c Mon Sep 17 00:00:00 2001 From: Veselin <veselin.gizdov@cleverpine.com> Date: Thu, 26 Jan 2023 13:23:21 +0000 Subject: [PATCH] Update configSecret.yaml --- templates/configSecret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/configSecret.yaml b/templates/configSecret.yaml index e8aa10c..ab0671a 100644 --- a/templates/configSecret.yaml +++ b/templates/configSecret.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Secret metadata: - name: {{ template "app.name" . }} + name: {{ template "app.name" . }}-config namespace: {{ .Release.Namespace }} labels: {{- include "app.labels" . | nindent 4 }} -- GitLab