We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d2b39 commit 79eea17Copy full SHA for 79eea17
janus/templates/deployment.yaml
@@ -49,8 +49,10 @@ spec:
49
value: {{ $value | quote }}
50
{{- end }}
51
52
+ {{- with .Values.deployment.databaseDSN }}
53
- name: "DATABASE_DSN"
- value: "{{ .Values.deployment.databaseDSN }}"
54
+ value: "{{ . }}"
55
+ {{- end }}
56
resources:
57
{{- toYaml .Values.resources | nindent 12 }}
58
{{- with .Values.nodeSelector }}
0 commit comments