feat(argo-events): Allow specifying container security context for controllers (#1081)

Signed-off-by: Muhammad Hamza Zaib <hamzazaib3202@gmail.com>

Co-authored-by: Marko Bevc <marko@scalefactory.com>
This commit is contained in:
Muhammad Hamza Zaib 2022-01-10 20:55:34 +01:00 committed by GitHub
parent 9607e00969
commit e32f580733
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 2 deletions

View file

@ -58,6 +58,7 @@ sensorController:
tolerations: []
affinity: {}
resources: {}
containerSecurityContext: {}
eventsourceController:
name: eventsource-controller
@ -75,6 +76,7 @@ eventsourceController:
tolerations: []
affinity: {}
resources: {}
containerSecurityContext: {}
eventbusController:
name: eventbus-controller
@ -93,6 +95,7 @@ eventbusController:
resources: {}
natsStreamingImage: nats-streaming:0.22.1
natsMetricsExporterImage: natsio/prometheus-nats-exporter:0.8.0
containerSecurityContext: {}
securityContext:
runAsNonRoot: true