1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

Remove extra space

This commit is contained in:
Andrew Kingston 2022-09-01 14:10:29 +01:00
parent 9e466994ee
commit e03c48bd6e

View file

@ -132,7 +132,7 @@ spec:
{{ end }}
{{ if .Values.globals.pluginsDir }}
- name: PLUGINS_DIR
value: { { .Values.globals.pluginsDir | quote }}
value: {{ .Values.globals.pluginsDir | quote }}
{{ end }}
{{ if .Values.services.apps.nodeDebug }}
- name: NODE_DEBUG