Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Added 2 more ShellSession blocks.
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Putnam <[email protected]>
  • Loading branch information
intelkevinputnam committed Jun 8, 2020
1 parent 48f4ea4 commit fdd1d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ of [deploy/kustomize](/deploy/kustomize)`-<kubernetes version>` can be used as b
for `kubectl kustomize`. For example:

- Change namespace:
```
``` ShellSession
$ mkdir -p my-pmem-csi-deployment
$ cat >my-pmem-csi-deployment/kustomization.yaml <<EOF
namespace: pmem-csi
Expand All @@ -220,7 +220,7 @@ for `kubectl kustomize`. For example:

- Configure how much PMEM is used by PMEM-CSI for LVM
(see [Namespace modes in LVM device mode](design.md#namespace-modes-in-lvm-device-mode)):
```
``` ShellSession
$ mkdir -p my-pmem-csi-deployment
$ cat >my-pmem-csi-deployment/kustomization.yaml <<EOF
bases:
Expand Down

0 comments on commit fdd1d68

Please sign in to comment.