Skip to content

Commit

Permalink
Chart: add info that storageClassName can be templated (apache#45176)
Browse files Browse the repository at this point in the history
Co-authored-by: rom sharon <[email protected]>
  • Loading branch information
Aakcht and romsharon98 authored Jan 9, 2025
1 parent 0e114c2 commit 1c98e51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1c98e51

Please sign in to comment.