From 1e6b6cdf05f37c1176cd540398f96221de0b6f59 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 25 Feb 2020 13:18:01 -0800 Subject: [PATCH] Quoted the value for UseCustomizationData --- .../ordering-backgroundtasks-deploy-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml b/deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml index b6a66b04c..9e7c1b8c9 100644 --- a/deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml +++ b/deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml @@ -34,7 +34,7 @@ objects: - name: EventBusConnection value: ${RABBITMQ_HOSTNAME} - name: UseCustomizationData - value: true + value: "true" - name: CheckUpdateTime value: "30000" - name: GracePeriodTime