Compare commits
2 Commits
3458bf91a3
...
a7d56dea82
| Author | SHA1 | Date | |
|---|---|---|---|
| a7d56dea82 | |||
| 1f0c5327bf |
18
values.yaml
18
values.yaml
@@ -266,7 +266,7 @@ injector:
|
||||
#securityContext:
|
||||
# pod: {}
|
||||
# container: {}
|
||||
securityContext:
|
||||
securityContext:
|
||||
pod:
|
||||
runAsNonRoot: true
|
||||
container:
|
||||
@@ -1042,14 +1042,14 @@ server:
|
||||
#securityContext:
|
||||
# pod: {}
|
||||
# container: {}
|
||||
securityContext:
|
||||
pod:
|
||||
runAsNonRoot: true
|
||||
container:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
securityContext:
|
||||
pod:
|
||||
runAsNonRoot: true
|
||||
container:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
|
||||
# Should the server pods run on the host network
|
||||
hostNetwork: false
|
||||
|
||||
Reference in New Issue
Block a user