message-tagging-service: try to quote env value
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
parent
a2d429e0fc
commit
ef2c813164
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ spec:
|
||||||
image: quay.io/factory2/message-tagging-service:{{ quay_tag }}
|
image: quay.io/factory2/message-tagging-service:{{ quay_tag }}
|
||||||
env:
|
env:
|
||||||
- name: USER
|
- name: USER
|
||||||
value: mts
|
value: "mts"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue