From 4507b468530f48ca071374f436b7bbb1edc0e435 Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Mon, 17 Aug 2026 12:26:25 +0200 Subject: [PATCH] Synthax --- charts/tenant/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tenant/templates/deployment.yaml b/charts/tenant/templates/deployment.yaml index 1c39aac..bf7c915 100644 --- a/charts/tenant/templates/deployment.yaml +++ b/charts/tenant/templates/deployment.yaml @@ -27,7 +27,7 @@ spec: imagePullPolicy: IfNotPresent envFrom: - secretRef: - name: s3-credentials + name: 'tenant-{{.Values.name}}-s3-credentials' resources: requests: cpu: {{ .Values.resources.requests.cpu }}