From ed5e0c6aadfdb62dc377b33961588bcca4e9376e Mon Sep 17 00:00:00 2001 From: Stefan Warnat Date: Sun, 29 Dec 2024 17:24:49 +0100 Subject: [PATCH] fix: reference secret-env by fullname instead release-name --- charts/umap/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/umap/templates/deployment.yaml b/charts/umap/templates/deployment.yaml index 96780f95..85ee5746 100644 --- a/charts/umap/templates/deployment.yaml +++ b/charts/umap/templates/deployment.yaml @@ -66,7 +66,7 @@ spec: {{- end }} envFrom: - secretRef: - name: {{ .Release.Name }}-env + name: {{ include "umap.fullname" . }}-env volumeMounts: - name: config mountPath: /etc/umap/