We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7db658 + a80634c commit 2c02c7bCopy full SHA for 2c02c7b
1 file changed
charts/bunkerweb/templates/controller-deployment.yaml
@@ -92,6 +92,8 @@ spec:
92
{{- end }}
93
- name: BUNKERWEB_SERVICE_NAME
94
value: "{{ include "bunkerweb.fullname" . }}-external"
95
+ - name: BUNKERWEB_NAMESPACE
96
+ value: "{{ include "bunkerweb.namespace" . }}"
97
{{- if .Values.controller.extraEnvs }}
98
{{- toYaml .Values.controller.extraEnvs | nindent 12 }}
99
0 commit comments