Skip to content

Commit 4f955d1

Browse files
authored
Merge pull request #130 from crookedstorm/master
helm chart: allow persistentVolumeClaim in psp or pod never launches
2 parents 5f97c83 + 1271831 commit 4f955d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/nfs-subdir-external-provisioner/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 4.0.2
33
description: nfs-subdir-external-provisioner is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
44
name: nfs-subdir-external-provisioner
55
home: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
6-
version: 4.0.12
6+
version: 4.0.13
77
kubeVersion: ">=1.9.0-0"
88
sources:
99
- https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner

charts/nfs-subdir-external-provisioner/templates/podsecuritypolicy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
volumes:
1414
- 'secret'
1515
- 'nfs'
16+
- 'persistentVolumeClaim'
1617
hostNetwork: false
1718
hostIPC: false
1819
hostPID: false

0 commit comments

Comments
 (0)