Skip to content

Commit

Permalink
fix 'Creating a StorageClass with volume groups' documentation issue …
Browse files Browse the repository at this point in the history
…with command formatting
  • Loading branch information
kasserater committed Sep 26, 2024
1 parent bf5d00a commit 4cf8e2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/content/configuration/creating_volumereplicationclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ spec:

After the YAML file is created, apply it by using the `kubectl apply -f` command.

```
kubectl apply -f <filename>.yaml
```
The `volumereplicationclass.replication.storage.openshift.io/<volumereplicationclass-name> created` message is emitted.
kubectl apply -f <filename>.yaml

The `volumereplicationclass.replication.storage.openshift.io/<volumereplicationclass-name> created` message is emitted.

0 comments on commit 4cf8e2a

Please sign in to comment.