Skip to content

Commit add433e

Browse files
authored
chore(chart): run nginx as non-root (#2952)
1 parent 9090869 commit add433e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

helm-chart/renku-core/templates/deployment-nginx.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ spec:
2020
imagePullPolicy: IfNotPresent
2121
securityContext:
2222
allowPrivilegeEscalation: false
23-
capabilities:
24-
drop:
25-
- ALL
26-
add:
27-
- chown
28-
- setgid
29-
- setuid
3023
runAsNonRoot: true
3124
ports:
3225
- containerPort: 8080

0 commit comments

Comments
 (0)