Skip to content

Commit

Permalink
Merge pull request #100 from kaessert/readme-urls
Browse files Browse the repository at this point in the history
Provide full urls to examples in readme
  • Loading branch information
kaessert authored Oct 21, 2024
2 parents 11d2301 + 705071a commit ac8d1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,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/mariadb-claim.yaml,examples/app-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:
Expand Down

0 comments on commit ac8d1f7

Please sign in to comment.