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 b1e9c9c commit a0df2f8Copy full SHA for a0df2f8
PetAdoptions/cdk/pet_stack/resources/destroy_stack.sh
@@ -28,6 +28,9 @@ if [ -z $STACK_NAME_APP ]; then STACK_NAME_APP="Applications"; fi
28
aws eks update-kubeconfig --name PetSite
29
kubectl delete -f https://raw.githubusercontent.com/aws-samples/one-observability-demo/main/PetAdoptions/cdk/pet_stack/resources/load_balancer/crds.yaml
30
31
+#Deleting keycloak
32
+kubectl delete namespace keycloak --force
33
+
34
# Get rid of all resources (Application first, then cluster or it will fail)
35
cdk destroy $STACK_NAME_APP --force
36
cdk destroy $STACK_NAME --force
0 commit comments