fix: move runAsNonRoot to container securityContext to allow root sidecarts (#954)

* fix: move runAsNonRoot to container securityContext to prevent sidecarts from being affected

* also bump some versions...

* also override some of the problematic settings in common.yaml

* whoops
This commit is contained in:
Kjeld Schouten-Lebbing
2021-09-10 15:26:10 +02:00
committed by GitHub
parent 9db96fe986
commit 982297ec17
99 changed files with 467 additions and 267 deletions
@@ -1042,6 +1042,11 @@ questions:
schema:
type: boolean
default: true
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: false
- variable: resources
group: "Resources and Devices"
label: ""