Skip to content

Commit a238091

Browse files
author
Daniel Lorch
committed
Use remote file for cleanup
1 parent 9fd93f7 commit a238091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PetAdoptions/cdk/pet_stack/resources/destroy_stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ -z $STACK_NAME_APP ]; then STACK_NAME_APP="Applications"; fi
2121

2222
# Fix for CDK teardown issues
2323
aws eks update-kubeconfig --name PetSite
24-
kubectl delete -f ./resources/load_balancer/crds.yaml
24+
kubectl delete -f https://raw.githubusercontent.com/aws-samples/one-observability-demo/main/PetAdoptions/cdk/pet_stack/resources/load_balancer/crds.yaml
2525

2626
# Get rid of all resources (Application first, then cluster or it will fail)
2727
cdk destroy $STACK_NAME_APP $STACK_NAME --force

0 commit comments

Comments
 (0)