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.
2 parents 2e98673 + a238091 commit e5768b1Copy full SHA for e5768b1
PetAdoptions/cdk/pet_stack/resources/destroy_stack.sh
@@ -21,7 +21,7 @@ if [ -z $STACK_NAME_APP ]; then STACK_NAME_APP="Applications"; fi
21
22
# Fix for CDK teardown issues
23
aws eks update-kubeconfig --name PetSite
24
-kubectl delete -f ./resources/load_balancer/crds.yaml
+kubectl delete -f https://raw.githubusercontent.com/aws-samples/one-observability-demo/main/PetAdoptions/cdk/pet_stack/resources/load_balancer/crds.yaml
25
26
# Get rid of all resources (Application first, then cluster or it will fail)
27
cdk destroy $STACK_NAME_APP $STACK_NAME --force
0 commit comments