feat(argo-rollouts): allow setting log config for rollouts (#2386)

* allow setting log config for rollouts

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* allow setting log config for rollouts

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* allow setting log config for rollouts

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* allow setting log config for rollouts

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* allow setting log config for rollouts

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* allow setting log config for rollouts

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* allow setting log config for rollouts

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

* allow setting log config for rollouts

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>

---------

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Co-authored-by: Tim Collins <45351296+tico24@users.noreply.github.com>
This commit is contained in:
Ilia Lazebnik 2023-12-14 08:39:20 +00:00 committed by GitHub
parent 9ca3f06dcf
commit bce77fa998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View file

@ -45,6 +45,9 @@ spec:
args:
- --healthzPort={{ .Values.controller.containerPorts.healthz }}
- --metricsport={{ .Values.controller.containerPorts.metrics }}
- "--loglevel={{ .Values.controller.logging.level }}"
- "--logformat={{ .Values.controller.logging.format }}"
- "--kloglevel={{ .Values.controller.logging.kloglevel }}"
{{- if not .Values.clusterInstall }}
- --namespaced
{{- end }}