File tree Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9898 PGPASSWORD : " "
9999 PGDATABASE : " postgis"
100100
101- # on AWS we use the EBS and EFS CSI drivers that dynamically create
102- # and mount storage on request via PVC(s) but for NFS
103- # the EFS CSI driver by default creates mounts with access points
104- # that restrict read/write permissions to the uid:gid of the mount.
105- # in simple cases we don't want to have to think about this extra layer for NFS
106- # and this is a workaround to mount a static NFS without access points.
107- # NOTE: GCP and other IaC haven't been set up to use NFS yet
108- postgresclusterNFSStaticPV :
109- enabled : false
110- storageClassName : " "
111- volumeHandle : " "
112-
113101# this is declared as a dependency of eoapi in helm-chart/eoapi/Chart.yaml
114102postgrescluster :
115103 enabled : true
You can’t perform that action at this time.
0 commit comments