Skip to content

Commit d5e113d

Browse files
authored
chore: Fix local-path-provisioner (#26)
Fix local-path-provisioner
1 parent 7d354d1 commit d5e113d

File tree

1 file changed

+0
-12
lines changed
  • flux/apps/storage/local-path-provisioner/app

1 file changed

+0
-12
lines changed

flux/apps/storage/local-path-provisioner/app/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,3 @@ spec:
2626
storageClass:
2727
create: true
2828
defaultClass: true
29-
volumeBindingMode: Immediate
30-
podSecurityContext:
31-
runAsNonRoot: true
32-
securityContext:
33-
allowPrivilegeEscalation: false
34-
seccompProfile:
35-
type: RuntimeDefault
36-
capabilities:
37-
drop: ["ALL"]
38-
runAsUser: 65534
39-
runAsGroup: 65534
40-
readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)