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:
Calum MacRae 2021-08-07 23:43:28 +01:00 committed by GitHub
parent c043eb2d29
commit b862c6239f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 3 deletions

View file

@ -36,6 +36,9 @@ spec:
- --namespaced
{{- end }}
env:
{{- with .Values.sensorController.extraEnv }}
{{- toYaml . | nindent 12 }}
{{- end }}
- name: NAMESPACE
valueFrom:
fieldRef: