From 1c98e51f12d2548b8d657540c49b685fb19e8e65 Mon Sep 17 00:00:00 2001 From: Aakcht Date: Thu, 9 Jan 2025 18:52:53 +0500 Subject: [PATCH] Chart: add info that storageClassName can be templated (#45176) Co-authored-by: rom sharon <33751805+romsharon98@users.noreply.github.com> --- chart/values.schema.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/values.schema.json b/chart/values.schema.json index 8443b1a8cf655..fedae1557ab6b 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -1790,7 +1790,7 @@ "default": "100Gi" }, "storageClassName": { - "description": "If using a custom StorageClass, pass name ref to all StatefulSets here.", + "description": "If using a custom StorageClass, pass name ref to all StatefulSets here (can be templated).", "type": [ "string", "null" @@ -3161,7 +3161,7 @@ "description": "PersistentVolumeClaim retention policy to be used in the lifecycle of a StatefulSet" }, "storageClassName": { - "description": "If using a custom StorageClass, pass name ref to all StatefulSets here.", + "description": "If using a custom StorageClass, pass name ref to all StatefulSets here (can be templated).", "type": [ "string", "null" @@ -7689,7 +7689,7 @@ "default": "1Gi" }, "storageClassName": { - "description": "If using a custom StorageClass, pass name ref to all StatefulSets here.", + "description": "If using a custom StorageClass, pass name ref to all StatefulSets here (can be templated).", "type": [ "string", "null" @@ -8621,7 +8621,7 @@ "default": "1Gi" }, "storageClassName": { - "description": "If using a custom StorageClass, pass name here.", + "description": "If using a custom StorageClass, pass name here (can be templated).", "type": [ "string", "null" @@ -8930,7 +8930,7 @@ "default": "100Gi" }, "storageClassName": { - "description": "If using a custom StorageClass, pass name here.", + "description": "If using a custom StorageClass, pass name here (can be templated).", "type": [ "string", "null"