Skip to content

Commit 791b418

Browse files
committed
documentation - fix list at head of creating a stateful set page to not have black background
1 parent 86c44b3 commit 791b418

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/configuration/creating_statefulset.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ When defining the StatefulSet configuration, be sure to define volumes according
1313

1414
Use the following sections for YAML creation of StatefulSets with file system, raw block volume, and mixed volume modes.
1515

16-
- [Creating a StatefulSet with file system volumes](#creating-a-statefulset-with-file-system-volumes)
17-
- [Creating a StatefulSet with raw block volume](#creating-a-statefulset-with-raw-block-volume)
18-
- [Creating a StatefulSet with both raw block and file system volumes](#creating-a-statefulset-with-both-raw-block-and-file-system-volumes)
16+
- [Creating a StatefulSet with file system volumes](#creating-a-statefulset-with-file-system-volumes)
17+
- [Creating a StatefulSet with raw block volume](#creating-a-statefulset-with-raw-block-volume)
18+
- [Creating a StatefulSet with both raw block and file system volumes](#creating-a-statefulset-with-both-raw-block-and-file-system-volumes)
1919

2020

2121
After each YAML file creation, use the `kubectl apply` command.

0 commit comments

Comments
 (0)