From e2e6bf0248d6b24b7c9d33d913359419425de01a Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Wed, 15 Jan 2025 16:22:29 +0000 Subject: [PATCH] Doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3591df8..2903176 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ The [deploy script](deploy/deploy.sh) under the [deploy](deploy) folder, will de `./deploy.sh` -- Creates a postgres pod and service (Note: No PVC) +- Creates a postgres pod and service (Note: No Piersistent Volume Claim - PVC) - Creates a spiceDB secret - that contains: a preshared key and Postgres connection URI - Creates a Configmap object - that serves as a bootstrap schema for spiceDB (by default it uses the schema.yaml file under deploy) - Creates the spiceDB service