chart-unifi_network_application: fix default mongodb pvc suffix in values
This commit is contained in:
@ -81,7 +81,7 @@ mongodb:
|
|||||||
# -- whether to create PVCs
|
# -- whether to create PVCs
|
||||||
create: true
|
create: true
|
||||||
# -- suffix string that will be appended to fullname
|
# -- suffix string that will be appended to fullname
|
||||||
claimSuffix: config-claim
|
claimSuffix: db-claim
|
||||||
annotations: {}
|
annotations: {}
|
||||||
labels: {}
|
labels: {}
|
||||||
accessModes: {}
|
accessModes: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user