mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 02:39:49 +00:00
fix(pg/dump-local): POSTGRES_CLUSTER envsubst
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
||||
PG_SC: "local"
|
||||
PG_CONFIG_VERSION: "16"
|
||||
PG_CONFIG_SIZE: "100Gi"
|
||||
PG_DUMPALL: !!str "TRUE"
|
||||
PG_DUMPALL: !!str "'TRUE'"
|
||||
patches:
|
||||
- patch: |-
|
||||
apiVersion: postgres-operator.crunchydata.com/v1beta1
|
||||
|
||||
@@ -24,7 +24,7 @@ spec:
|
||||
PG_SC: "local"
|
||||
PG_CONFIG_VERSION: "16"
|
||||
PG_CONFIG_SIZE: "100Gi"
|
||||
PG_DUMPALL: !!str "TRUE"
|
||||
PG_DUMPALL: !!str "'TRUE'"
|
||||
patches:
|
||||
- patch: |-
|
||||
apiVersion: postgres-operator.crunchydata.com/v1beta1
|
||||
|
||||
Reference in New Issue
Block a user