Skip to content

Commit

Permalink
Add configmap to regular Django container
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Dec 2, 2024
1 parent 488dc77 commit fdea729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ spec:
- "{{ . }}"
{{- end }}
{{- end }}
{{ if .env}}
envFrom:
- configMapRef:
name: {{ $.Release.Name }}-configmap
{{ if .env}}
env:
{{- range .env }}
- name: {{ .name }}
Expand Down

0 comments on commit fdea729

Please sign in to comment.