Remove extra space
This commit is contained in:
parent
0e6bf7a79c
commit
72277bd015
|
@ -132,7 +132,7 @@ spec:
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Values.globals.pluginsDir }}
|
{{ if .Values.globals.pluginsDir }}
|
||||||
- name: PLUGINS_DIR
|
- name: PLUGINS_DIR
|
||||||
value: { { .Values.globals.pluginsDir | quote }}
|
value: {{ .Values.globals.pluginsDir | quote }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Values.services.apps.nodeDebug }}
|
{{ if .Values.services.apps.nodeDebug }}
|
||||||
- name: NODE_DEBUG
|
- name: NODE_DEBUG
|
||||||
|
|
Loading…
Reference in New Issue