We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5057e commit a80ea61Copy full SHA for a80ea61
.github/actions/kamel-build-bundle/build-bundle-image.sh
@@ -96,7 +96,7 @@ fi
96
# Use kustomize to patch the deployment resource
97
#
98
pushd config/manager > /dev/null
99
-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
100
popd
101
102
0 commit comments