Skip to content

Commit bae8914

Browse files
authored
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Rever…" (#112)
This reverts commit c390269.
1 parent e9ff32e commit bae8914

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

helm-chart/eoapi/templates/pv-static-efs-rwmany.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

helm-chart/eoapi/values.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,6 @@ db:
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
114102
postgrescluster:
115103
enabled: true

0 commit comments

Comments
 (0)