Skip to content

Commit

Permalink
remove yaml code block type
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Nov 14, 2024
1 parent 99de721 commit f7e9d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/snap/howto/storage/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ and uses an EBS volume.

First, create a StorageClass and a PersistentVolumeClaim:

```yaml
```
sudo k8s kubectl apply -f - <<EOF
apiVersion: storage.k8s.io/v1
kind: StorageClass
Expand Down Expand Up @@ -471,7 +471,7 @@ Then, you can deploy a pod that uses a volume. Because the StorageClass uses
the `WaitForFirstConsumer` volume binding mode, you'll only see the volume in
AWS once the pod is deployed.

```yaml
```
sudo k8s kubectl apply -f - <<EOF
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit f7e9d68

Please sign in to comment.