Update security context to allow frontend pod to start #6

Merged
konrad merged 2 commits from r1cebank/helm-chart:main into main 2023-05-04 21:39:43 +00:00
Showing only changes of commit a74e546e5d - Show all commits

View File

@ -39,8 +39,8 @@ frontend:
# fsGroup: 1000
securityContext:
allowPrivilegeEscalation: true
runAsUser: 101 #nginx
allowPrivilegeEscalation: false
runAsUser: 101 # nginx
r1cebank marked this conversation as resolved Outdated

Change #nginx to # nginx please

Change `#nginx` to `# nginx` please
capabilities:
drop:
- ALL