We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fd025 commit 72b5ecdCopy full SHA for 72b5ecd
build/e2e-image/e2e.sh
@@ -31,8 +31,7 @@ if [ "$K8S_MINOR" = "33" ]; then
31
32
kubectl get svc -n agones-system -o json \
33
| jq -r '.items[] | select(.metadata.finalizers | length > 0) | .metadata.name' \
34
- | awk 'NF' \
35
- | xargs -r -I {} kubectl patch svc -n agones-system -p '{"metadata":{"finalizers":null}}' --type=merge
+ | xargs -r -I {} kubectl patch svc {} -n agones-system -p '{"metadata":{"finalizers":null}}' --type=merge
36
fi
37
38
echo "installing current release"
0 commit comments