Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Foysal Iqbal committed May 12, 2020
1 parent 5b05118 commit 4f05645
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EOF
then run kustomize

```console
kustomize build $DEMO_HOME
kustomize build $DEMO_HOME | kubectl apply -f -
```

### Reference
Expand Down
2 changes: 1 addition & 1 deletion resources/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
mountPath: /persistentvolumes
env:
- name: PROVISIONER_NAME
value: nfs-client-provisioner
value: gke.io/nfs-client-provisioner
- name: NFS_SERVER
value: $(NFS_SERVER)
- name: NFS_PATH
Expand Down
2 changes: 1 addition & 1 deletion resources/storage-class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
labels:
app: nfs-client-provisioner
name: nfs-client
provisioner: nfs-client-provisioner
provisioner: gke.io/nfs-client-provisioner
allowVolumeExpansion: true
reclaimPolicy: Delete
parameters:
Expand Down

0 comments on commit 4f05645

Please sign in to comment.