Unverified Commit 2d0f29a8 by Kubernetes Prow Robot Committed by GitHub

Merge pull request #220 from NeverBehave/patch-1

fix(docs): managed-nfs-storage -> nfs-client
parents 0bd4e87b 92fd6aac
...@@ -125,7 +125,7 @@ Now check the PVC's directory has been deleted. ...@@ -125,7 +125,7 @@ Now check the PVC's directory has been deleted.
**Step 7: Deploying your own PersistentVolumeClaims** **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 ```yaml
# kustomization.yaml # kustomization.yaml
...@@ -136,7 +136,7 @@ resources: ...@@ -136,7 +136,7 @@ resources:
patches: patches:
- target: - target:
kind: StorageClass kind: StorageClass
name: managed-nfs-storage name: nfs-client
patch: |- patch: |-
- op: replace - op: replace
path: /metadata/name path: /metadata/name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment