Merge pull request #220 from NeverBehave/patch-1

fix(docs): managed-nfs-storage -> nfs-client
This commit is contained in:
Kubernetes Prow Robot 2022-07-10 14:23:47 -07:00 committed by GitHub
commit 2d0f29a82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ Now check the PVC's directory has been deleted.
**Step 7: Deploying your own PersistentVolumeClaims**
To deploy your own PVC, make sure that you have the correct `storageClassName` (by default `managed-nfs-storage`). You can also patch the StorageClass resource to change it, like so:
To deploy your own PVC, make sure that you have the correct `storageClassName` (by default `nfs-client`). You can also patch the StorageClass resource to change it, like so:
```yaml
# kustomization.yaml
@ -136,7 +136,7 @@ resources:
patches:
- target:
kind: StorageClass
name: managed-nfs-storage
name: nfs-client
patch: |-
- op: replace
path: /metadata/name