Skip to content

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PetAdoptions/cdk/pet_stack/resources/destroy_stack.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ if [ -z $STACK_NAME_APP ]; then STACK_NAME_APP="Applications"; fi
2828
aws eks update-kubeconfig --name PetSite
2929
kubectl delete -f https://raw.githubusercontent.com/aws-samples/one-observability-demo/main/PetAdoptions/cdk/pet_stack/resources/load_balancer/crds.yaml
3030

31+
#Deleting keycloak
32+
kubectl delete namespace keycloak --force
33+
3134
# Get rid of all resources (Application first, then cluster or it will fail)
3235
cdk destroy $STACK_NAME_APP --force
3336
cdk destroy $STACK_NAME --force

0 commit comments

Comments
 (0)