Merge pull request #130 from crookedstorm/master
helm chart: allow persistentVolumeClaim in psp or pod never launches
This commit is contained in:
		
						commit
						4f955d1a21
					
				|  | @ -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. | 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 | name: nfs-subdir-external-provisioner | ||||||
| home: https://github.com/kubernetes-sigs/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" | kubeVersion: ">=1.9.0-0" | ||||||
| sources: | sources: | ||||||
| - https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner | - https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner | ||||||
|  |  | ||||||
|  | @ -13,6 +13,7 @@ spec: | ||||||
|   volumes: |   volumes: | ||||||
|     - 'secret' |     - 'secret' | ||||||
|     - 'nfs' |     - 'nfs' | ||||||
|  |     - 'persistentVolumeClaim' | ||||||
|   hostNetwork: false |   hostNetwork: false | ||||||
|   hostIPC: false |   hostIPC: false | ||||||
|   hostPID: false |   hostPID: false | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue