From 3b114f3e6cc8767437b349531478d093b5d4086b Mon Sep 17 00:00:00 2001 From: Mac Deluca Date: Mon, 18 Nov 2024 11:26:31 -0800 Subject: [PATCH] fix: attempting to use imagePullPolicy --- api/.pipeline/templates/api.dc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.pipeline/templates/api.dc.yaml b/api/.pipeline/templates/api.dc.yaml index b18e073132..2cec522600 100644 --- a/api/.pipeline/templates/api.dc.yaml +++ b/api/.pipeline/templates/api.dc.yaml @@ -635,6 +635,7 @@ objects: - name: DATABASE_RESPONSE_VALIDATION_ENABLED value: ${DATABASE_RESPONSE_VALIDATION_ENABLED} image: ' ' + imagePullPolicy: Always command: ["npm", "run"] #command: ["npm", "run", "telemetry-cronjob", "--", "--batchSize 1000", "--concurrently 100"] restartPolicy: Never