summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorBenoît Chauvet <benoit.chauvet@gmail.com>2020-07-29 14:11:12 +0200
committerBenoît Chauvet <benoit.chauvet@gmail.com>2020-07-29 14:11:12 +0200
commite917cffb5f3b58acf7dc35411310afb53a658f01 (patch)
treec538eabf8b09242735345bc765a07ee7802ce6f7 /INSTALL.md
parentMerge pull request #7707 from nixocio/ui_update_per_mockup (diff)
downloadawx-e917cffb5f3b58acf7dc35411310afb53a658f01.tar.xz
awx-e917cffb5f3b58acf7dc35411310afb53a658f01.zip
Allow to use an existing PersistanceVolumeClaim for postgresql install with Helm
Signed-off-by: Benoît Chauvet <benoit.chauvet@gmail.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index fd0f998fba..51a4d12acf 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -384,6 +384,8 @@ Before starting the install process, review the [inventory](./installer/inventor
If you want the AWX installer to manage creating the database pod (rather than installing and configuring postgres on your own). Then you will need to have a working `helm` installation, you can find details here: [https://helm.sh/docs/intro/quickstart/](https://helm.sh/docs/intro/quickstart/).
+You do not need to create a [Persistent Volume Claim](https://docs.openshift.org/latest/dev_guide/persistent_volumes.html) as Helm does it for you. However, an existing one may be used by setting the `pg_persistence_existingclaim` variable.
+
Newer Kubernetes clusters with RBAC enabled will need to make sure a service account is created, make sure to follow the instructions here [https://helm.sh/docs/topics/rbac/](https://helm.sh/docs/topics/rbac/)
### Run the installer