Skip to content
Snippets Groups Projects
Verified Commit d1b4445d authored by Vincent Sellier's avatar Vincent Sellier
Browse files

swh/memcached: Force quoting of the container arguments

Related to swh/infra/sysadm-environment#5212
parent b610dd54
No related branches found
No related tags found
1 merge request!301Increase the memcached memory in production
......@@ -32,7 +32,7 @@ spec:
image: "{{ .Values.memcached.image }}"
args:
- -m
- {{ .Values.memcached.memory }}
- {{ .Values.memcached.memory | quote }}
imagePullPolicy: IfNotPresent
resources:
requests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment