fix syntax
This commit is contained in:
parent
1f91dfddd3
commit
35bba71164
@ -213,7 +213,6 @@ spec:
|
||||
persistentVolume:
|
||||
## If true, pgAdmin4 will create/use a Persistent Volume Claim
|
||||
## If false, use emptyDir
|
||||
##
|
||||
enabled: true
|
||||
|
||||
## pgAdmin4 Persistent Volume Claim annotations
|
||||
@ -239,7 +238,7 @@ spec:
|
||||
## GKE, AWS & OpenStack)
|
||||
##
|
||||
# storageClass: "-"
|
||||
existingClaim: "pgadmin-pvc"
|
||||
existingClaim: "pgadmin-pvc"
|
||||
|
||||
## Additional volumes to be added to the deployment
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user