fix(pg/dump-local): POSTGRES_CLUSTER envsubst

This commit is contained in:
JJGadgets
2024-05-01 03:08:17 +08:00
parent 2d285caf3a
commit b4df2473f8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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