Skip to content

Commit

Permalink
fix(github actions): restircted image-pull-policy-always patch apply …
Browse files Browse the repository at this point in the history
…to specific operator container name.
  • Loading branch information
valdar committed Feb 2, 2024
1 parent eb5057e commit a80ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/kamel-build-bundle/build-bundle-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fi
# Use kustomize to patch the deployment resource
#
pushd config/manager > /dev/null
kustomize edit add patch --path patch-image-pull-policy-always.yaml --kind Deployment
kustomize edit add patch --path patch-image-pull-policy-always.yaml --kind Deployment --name camel-k-operator
popd

#
Expand Down

0 comments on commit a80ea61

Please sign in to comment.