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:
parent
9607e00969
commit
e32f580733
5 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue