Skip to content

Commit 17a375b

Browse files
DOCSP-45409 -- Add storageClass field to YAML example (#1995)
1 parent 60b41e2 commit 17a375b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/includes/code-examples/yaml-files/example-sharded-cluster.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ spec:
689689
# 16GB for "data", 1GB for "journal", 3GB for "logs"
690690
data:
691691
storage: "20Gi"
692+
storageClass: standard # You must define a storageClass, as the Operator creates a PVC, which will only create an associated PV with a backing storageClass.
692693
logs:
693694
storage: "4Gi"
694695
storageClass: standard

0 commit comments

Comments
 (0)