chart-unifi_network_application: fix default mongodb pvc suffix in values

This commit is contained in:
2024-08-25 22:31:15 +02:00
parent 4f636f950a
commit 8e24d9650d

View File

@ -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: {}