Fixed the numerical environment variables

This commit is contained in:
Tim McCarthy 2020-02-25 13:14:54 -08:00
parent b66d5d0459
commit 015e7de773

View File

@ -36,9 +36,9 @@ objects:
- name: UseCustomizationData - name: UseCustomizationData
value: true value: true
- name: CheckUpdateTime - name: CheckUpdateTime
value: 30000 value: "30000"
- name: GracePeriodTime - name: GracePeriodTime
value: 1 value: "1"
image: docker-registry.default.svc:5000/${IMAGE_REGISTRY_PROJECT_NAME}/${APPLICATION_NAME}:latest image: docker-registry.default.svc:5000/${IMAGE_REGISTRY_PROJECT_NAME}/${APPLICATION_NAME}:latest
imagePullPolicy: Always imagePullPolicy: Always
name: ${APPLICATION_NAME} name: ${APPLICATION_NAME}