Skip to content

Commit 56a4a80

Browse files
raypapparaypappa
authored andcommitted
fix(homepage): missing some capabilities to drop
1 parent 313d9dc commit 56a4a80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kubernetes/main/apps/selfhosted/homepage/homepage-values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ podSecurityContext:
88
allowPrivilegeEscalation: false
99
seccompProfile:
1010
type: RuntimeDefault
11+
capabilities:
12+
drop:
13+
- all
1114
securityContext:
1215
runAsUser: 65534
1316
runAsGroup: 65534
@@ -16,6 +19,9 @@ securityContext:
1619
allowPrivilegeEscalation: false
1720
seccompProfile:
1821
type: RuntimeDefault
22+
capabilities:
23+
drop:
24+
- all
1925
controller:
2026
annotations:
2127
reloader.stakater.com/auto: "true"

0 commit comments

Comments
 (0)