mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 18:43:50 +08:00
message-tagging-service: try to quote env value
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
a2d429e0fc
commit
ef2c813164
@@ -21,7 +21,7 @@ spec:
|
||||
image: quay.io/factory2/message-tagging-service:{{ quay_tag }}
|
||||
env:
|
||||
- name: USER
|
||||
value: mts
|
||||
value: "mts"
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user