Skip to content

Commit a80ea61

Browse files
committed
fix(github actions): restircted image-pull-policy-always patch apply to specific operator container name.
1 parent eb5057e commit a80ea61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/kamel-build-bundle/build-bundle-image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fi
9696
# Use kustomize to patch the deployment resource
9797
#
9898
pushd config/manager > /dev/null
99-
kustomize edit add patch --path patch-image-pull-policy-always.yaml --kind Deployment
99+
kustomize edit add patch --path patch-image-pull-policy-always.yaml --kind Deployment --name camel-k-operator
100100
popd
101101

102102
#

0 commit comments

Comments
 (0)