Remove extra space
This commit is contained in:
parent
9e466994ee
commit
e03c48bd6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue