We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38353f4 commit b998cd8Copy full SHA for b998cd8
chart/templates/deployment.yaml
@@ -49,6 +49,8 @@ spec:
49
secretKeyRef:
50
name: {{ .Values.db.secretKeyRef.name }}
51
key: {{ .Values.db.secretKeyRef.key }}
52
+ - name: NAMESPACE
53
+ valueFrom: {{ .Values.namespace | default .Release.Namespace }}
54
resources:
55
{{- toYaml .Values.resources | nindent 12 }}
56
{{- with .Values.extra }}
0 commit comments