Skip to content

Commit

Permalink
fix: uninstall envoy-gateway should also remove gateway-system namesp…
Browse files Browse the repository at this point in the history
…ace that it created (#350)

Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy authored Sep 15, 2023
1 parent c9c15f8 commit 8a2f6e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/scripts/gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function destroy_envoy_gateway_api() {
if [[ "${helm_chart}" ]]; then
helm uninstall envoy-gateway -n envoy-gateway-system
kubectl delete ns envoy-gateway-system
kubectl delete ns gateway-system
fi

uninstall_crd "gateway.networking.k8s.io"
Expand Down

0 comments on commit 8a2f6e1

Please sign in to comment.