Commit Graph

3 Commits

Author SHA1 Message Date
b4ad28bd38
small changes for setup scripts
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
2024-02-29 01:35:52 -07:00
root
7911485063 hack/setup_external_dev_services: Improve postgresql installation
The postgresql helm chart requires the cluster to provide a PersistentVolume
and places a PersisentVolumeClaim for this.
Ensure that the cluster provides PersistentVolumes.

Also set volumePermissions.enabled=true which helps to fix Permission denied
when trying to create the data directory in the PV mount directory
if the PV's permissions are not open enough:
https://github.com/bitnami/charts/issues/1210#issuecomment-1145923630
2023-03-10 17:04:40 +01:00
Mustafa Gezen
ce632b9498
Initial commit 2022-07-07 22:13:21 +02:00