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