openshift-apps / message-tagging-service: MTS_CONFIG_VERSION has to be a string

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-07-24 14:57:52 -07:00
parent a2bef634cf
commit 14f05eb02f

View file

@ -25,7 +25,7 @@ spec:
# This is a workaround to trigger Openshift automatically to create a # This is a workaround to trigger Openshift automatically to create a
# new pod. # new pod.
- name: MTS_CONFIG_VERSION - name: MTS_CONFIG_VERSION
value: 1 value: "1"
ports: ports:
- containerPort: 8080 - containerPort: 8080
volumeMounts: volumeMounts: