Skip to content

Commit

Permalink
Deletes all dangling agones resources
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed Nov 26, 2024
1 parent bd713a6 commit 5686e48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ steps:
kubectl wait --for=delete ns agones-system --timeout=5m
fi
if kubectl get crds | grep agones ; then
kubectl get crds -o=custom-columns=:.metadata.name | grep agones | xargs kubectl delete crd
fi
echo kubectl apply -f permissions.yaml on cluster "${testCluster}"
kubectl apply -f permissions.yaml
echo kubectl apply -f versionMap.yaml on cluster "${testCluster}"
Expand Down

0 comments on commit 5686e48

Please sign in to comment.