diff --git a/.github/workflows/dc-rest-poller.yml b/.github/workflows/dc-rest-poller.yml index 5641f18..1c5a010 100644 --- a/.github/workflows/dc-rest-poller.yml +++ b/.github/workflows/dc-rest-poller.yml @@ -60,7 +60,7 @@ jobs: run: | yq -i '.image.repository="${{ env.DOCKER_IMAGE }}"' ${{ env.VALUES_YAML}} yq -i '.image.tag="${{ env.DOCKER_TAG }}"' ${{ env.VALUES_YAML }} - yq -i '.image.pullPolicy=IfNotPresent' ${{ env.VALUES_YAML }} + yq -i '.image.pullPolicy="IfNotPresent"' ${{ env.VALUES_YAML }} - name: Deploy on cluster uses: noi-techpark/github-actions/helm-deploy@v2