Browse Source

Fixed the numerical environment variables

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
015e7de773
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml

+ 2
- 2
deploy/aro/openshift-templates/ordering-backgroundtasks-deploy-template.yml View File

@ -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}


Loading…
Cancel
Save