mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
cannot contain whitespace
This commit is contained in:
@@ -44,7 +44,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
{{ toYaml .Values.command | indent 12 }}
|
{{ toYaml .Values.command | indent 12 }}
|
||||||
{{- if .Values.persistence.enabled }}
|
{{- if .Values.persistence.enabled }}
|
||||||
- -e /cache-state/memory_file
|
- -e/cache-state/memory_file
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
- name: MEMCACHED_USERNAME
|
- name: MEMCACHED_USERNAME
|
||||||
|
|||||||
Reference in New Issue
Block a user