From fdea72978c80a0a17a5da0297e3c79c5d4a28292 Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Mon, 2 Dec 2024 18:59:07 -0500 Subject: [PATCH] Add configmap to regular Django container --- helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index a61faf5..6948797 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -78,10 +78,10 @@ spec: - "{{ . }}" {{- end }} {{- end }} - {{ if .env}} envFrom: - configMapRef: name: {{ $.Release.Name }}-configmap + {{ if .env}} env: {{- range .env }} - name: {{ .name }}