Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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