From c50a538adb76778d335917ae5ca94aaf14f644ee Mon Sep 17 00:00:00 2001 From: Henrique Taunay Date: Thu, 5 Dec 2024 13:31:18 +0100 Subject: [PATCH] correct pvc configuration docs in values file --- charts/ibm-mq/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ibm-mq/values.yaml b/charts/ibm-mq/values.yaml index 408a93b..d54d50c 100644 --- a/charts/ibm-mq/values.yaml +++ b/charts/ibm-mq/values.yaml @@ -40,7 +40,7 @@ metadata: # persistence section specifies persistence settings which apply to the whole chart persistence: - # dataPVC section specifies settings for the main Persistent Volume Claim, which is used for data in /var/mqm -> /mnt/mqm + # dataPVC section specifies settings for the main Persistent Volume Claim, which is used for data in /mnt/mqm-data dataPVC: # enabled is whether to use this Persistent Volumes or not enable: false @@ -62,7 +62,7 @@ persistence: ## storageClass to use for this PVCs storageClassName: "" - # dataPVC section specifies settings for the main Persistent Volume Claim, which is used for data in /mnt/mqm-data + # qmPVC section specifies settings for the main Persistent Volume Claim, which is used for the qmgrs meta data in /mnt/mqm qmPVC: # enabled is whether to use this Persistent Volumes or not enable: true