From 493134bf72b8c8fd5311a59fee6ce015370eb19e Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:42:31 -0800 Subject: [PATCH] align with tag and add missing $ --- containers/clamav/openshift/templates/clamav-dc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/clamav/openshift/templates/clamav-dc.yaml b/containers/clamav/openshift/templates/clamav-dc.yaml index df7005a..004cc1b 100644 --- a/containers/clamav/openshift/templates/clamav-dc.yaml +++ b/containers/clamav/openshift/templates/clamav-dc.yaml @@ -12,7 +12,7 @@ parameters: required: true - name: IMAGE_TAG description: Image tag to use - value: latest + value: dev - name: NAME_SPACE value: c82b4c-tools required: true @@ -92,7 +92,7 @@ objects: - ${NAME} from: kind: ImageStreamTag - name: "{NAME}-${ZONE}:${IMAGE_TAG}" + name: "${NAME}-${ZONE}:${IMAGE_TAG}" - type: ConfigChange replicas: ${{REPLICAS}} test: false @@ -124,7 +124,7 @@ objects: successThreshold: 1 failureThreshold: 3 terminationMessagePath: /dev/termination-log - name: clamav + name: ${NAME} livenessProbe: tcpSocket: port: 3310