Skip to content

Commit f46bebf

Browse files
DOCSP-45409 -- Add storageClass field to YAML example (#1995) (#1999)
(cherry picked from commit 17a375b)
1 parent e6017da commit f46bebf

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
@@ -688,6 +688,7 @@ spec:
688688
# 16GB for "data", 1GB for "journal", 3GB for "logs"
689689
data:
690690
storage: "20Gi"
691+
storageClass: standard # You must define a storageClass, as the Operator creates a PVC, which will only create an associated PV with a backing storageClass.
691692
logs:
692693
storage: "4Gi"
693694
storageClass: standard

0 commit comments

Comments
 (0)