Skip to content

Commit e5768b1

Browse files
committed
Merge branch 'use-remote-path-for-cleanup' into 'main'
Use remote file for cleanup See merge request observability-bd-projects/one-observability-demo!121
2 parents 2e98673 + a238091 commit e5768b1

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)