Skip to content

Commit

Permalink
efs-provisioner: psp with projected (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien le Maire <[email protected]>
  • Loading branch information
alemairebe and alemairebe authored Apr 14, 2021
1 parent 1b7b8e0 commit 2dd1dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/efs-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: efs-provisioner
description: A Helm chart for the AWS EFS external storage provisioner
version: 0.13.2
version: 0.13.3
appVersion: v2.4.0
home: https://github.com/kubernetes-incubator/external-storage/tree/master/aws/efs
sources:
Expand Down
3 changes: 2 additions & 1 deletion charts/efs-provisioner/templates/podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
- 'configMap'
- 'secret'
- 'nfs'
- 'projected'
runAsUser:
rule: 'RunAsAny'
seLinux:
Expand All @@ -40,4 +41,4 @@ spec:
- min: 1
max: 65535
readOnlyRootFilesystem: true
{{- end }}
{{- end }}

0 comments on commit 2dd1dbd

Please sign in to comment.