feat(argo-events): Ability to specify custom env variables (#516)
* feat(argo-events): Add debugLogging value for controller components Signed-off-by: Calum MacRae <hi@cmacr.ae> * fix: quote strings Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Rework to generic extraEnv Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Fix chart icon url Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
c043eb2d29
commit
b862c6239f
5 changed files with 22 additions and 3 deletions
|
|
@ -47,6 +47,9 @@ sensorController:
|
|||
image: argoproj/sensor-controller
|
||||
tag: v1.3.1
|
||||
replicaCount: 1
|
||||
extraEnv: []
|
||||
# - name: DEBUG_LOG
|
||||
# value: "true"
|
||||
sensorImage: argoproj/sensor
|
||||
podAnnotations: {}
|
||||
nodeSelector: {}
|
||||
|
|
@ -61,6 +64,9 @@ eventsourceController:
|
|||
image: argoproj/eventsource-controller
|
||||
tag: v1.3.1
|
||||
replicaCount: 1
|
||||
extraEnv: []
|
||||
# - name: DEBUG_LOG
|
||||
# value: "true"
|
||||
eventsourceImage: argoproj/eventsource
|
||||
podAnnotations: {}
|
||||
nodeSelector: {}
|
||||
|
|
@ -75,6 +81,9 @@ eventbusController:
|
|||
image: argoproj/eventbus-controller
|
||||
tag: v1.3.1
|
||||
replicaCount: 1
|
||||
extraEnv: []
|
||||
# - name: DEBUG_LOG
|
||||
# value: "true"
|
||||
podAnnotations: {}
|
||||
nodeSelector: {}
|
||||
podLabels: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue