From ac1acd9f84884369c7d9853318d8d6129c8b25b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=A4sser?= Date: Mon, 21 Oct 2024 09:50:45 +0200 Subject: [PATCH] Provide full urls to examples in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84faa7b..26e3d9f 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ documentation](https://cloud.google.com/sql/docs/postgres/configure-private-serv To delete the provisioned resources, you would simply delete the claims again: ```console -kubectl delete -f examples/cluster-claim.yaml,examples/postgres-claim.yaml +kubectl delete -f https://raw.githubusercontent.com/upbound/platform-ref-gcp/main/examples/cluster-claim.yaml,https://raw.githubusercontent.com/upbound/platform-ref-gcp/main/examples/mariadb-claim.yaml,https://raw.githubusercontent.com/upbound/platform-ref-gcp/main/examples/app-claim.yaml ``` To uninstall the provider & platform configuration: