Skip to content

Commit

Permalink
Merge pull request #130 from crookedstorm/master
Browse files Browse the repository at this point in the history
helm chart: allow persistentVolumeClaim in psp or pod never launches
  • Loading branch information
k8s-ci-robot committed Aug 4, 2021
2 parents 5f97c83 + 1271831 commit 4f955d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nfs-subdir-external-provisioner/Chart.yaml
Expand Up @@ -3,7 +3,7 @@ appVersion: 4.0.2
description: nfs-subdir-external-provisioner is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
name: nfs-subdir-external-provisioner
home: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
version: 4.0.12
version: 4.0.13
kubeVersion: ">=1.9.0-0"
sources:
- https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
Expand Down
Expand Up @@ -13,6 +13,7 @@ spec:
volumes:
- 'secret'
- 'nfs'
- 'persistentVolumeClaim'
hostNetwork: false
hostIPC: false
hostPID: false
Expand Down

0 comments on commit 4f955d1

Please sign in to comment.