From 14f05eb02f8ca1fbc9779548167f39631f64789e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 24 Jul 2020 14:57:52 -0700 Subject: [PATCH] openshift-apps / message-tagging-service: MTS_CONFIG_VERSION has to be a string Signed-off-by: Kevin Fenzi --- .../message-tagging-service/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/message-tagging-service/templates/deploymentconfig.yml b/roles/openshift-apps/message-tagging-service/templates/deploymentconfig.yml index c4fcefa8ab..ad75662f48 100644 --- a/roles/openshift-apps/message-tagging-service/templates/deploymentconfig.yml +++ b/roles/openshift-apps/message-tagging-service/templates/deploymentconfig.yml @@ -25,7 +25,7 @@ spec: # This is a workaround to trigger Openshift automatically to create a # new pod. - name: MTS_CONFIG_VERSION - value: 1 + value: "1" ports: - containerPort: 8080 volumeMounts: