From 015e7de7733b6d1e59685dac099f4b2ae2fa4032 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 25 Feb 2020 13:14:54 -0800 Subject: [PATCH] Fixed the numerical environment variables --- .../ordering-backgroundtasks-deploy-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml b/deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml index 5ca4c8bd7..b6a66b04c 100644 --- a/deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml +++ b/deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml @@ -36,9 +36,9 @@ objects: - name: UseCustomizationData value: true - name: CheckUpdateTime - value: 30000 + value: "30000" - name: GracePeriodTime - value: 1 + value: "1" image: docker-registry.default.svc:5000/${IMAGE_REGISTRY_PROJECT_NAME}/${APPLICATION_NAME}:latest imagePullPolicy: Always name: ${APPLICATION_NAME}