mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-21 06:39:39 +00:00
fix(pg-dump-local): nfsv4, username secret key
This commit is contained in:
@@ -59,7 +59,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: *pguser
|
||||
key: "username"
|
||||
key: "user"
|
||||
- name: "POSTGRES_PASSWORD"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@@ -79,7 +79,7 @@ spec:
|
||||
nfs:
|
||||
server: "${IP_TRUENAS}"
|
||||
path: "${PATH_NAS_BACKUPS_K8S}/pg-dump"
|
||||
mountOptions: ["nfsvers=4.2", "tcp", "hard", "noatime", "nodiratime", "nocto"]
|
||||
mountOptions: ["nfsvers=4", "tcp", "hard", "noatime", "nodiratime", "nocto"]
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
||||
@@ -12,4 +12,4 @@ spec:
|
||||
nfs:
|
||||
server: "${IP_TRUENAS}"
|
||||
path: "${PATH_NAS_BACKUPS_PGBACKREST}"
|
||||
mountOptions: ["nfsvers=4.2", "tcp", "hard", "noatime", "nodiratime", "nocto"]
|
||||
mountOptions: ["nfsvers=4", "tcp", "hard", "noatime", "nodiratime", "nocto"]
|
||||
|
||||
Reference in New Issue
Block a user