fix namespace discrepancy

This commit is contained in:
2024-07-19 00:06:40 +10:00
parent 07b9a68b3f
commit c64b997538
5 changed files with 9 additions and 5 deletions

View File

@@ -26,6 +26,8 @@ primary:
selector:
matchLabels:
name: postgresql-primary-pvc
persistentVolumeClaimRetentionPolicy:
enabled: true
readReplicas:
name: "replica"
podSecurityContext:
@@ -43,4 +45,6 @@ readReplicas:
existingClaim: postgresql-replica-pvc
selector:
matchLabels:
name: postgresql-replica-pvc
name: postgresql-replica-pvc
persistentVolumeClaimRetentionPolicy:
enabled: true