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:
parent
9ca3f06dcf
commit
bce77fa998
4 changed files with 15 additions and 2 deletions
|
|
@ -90,6 +90,9 @@ For full list of changes please check ArtifactHub [changelog].
|
|||
| controller.image.tag | string | `""` | Overrides the image tag (default is the chart appVersion) |
|
||||
| controller.initContainers | list | `[]` | Init containers to add to the rollouts controller pod |
|
||||
| controller.livenessProbe | object | See [values.yaml] | Configure liveness [probe] for the controller |
|
||||
| controller.logging.format | string | `"text"` | Set the logging format (one of: `text`, `json`) |
|
||||
| controller.logging.kloglevel | string | `"0"` | Set the klog logging level |
|
||||
| controller.logging.level | string | `"info"` | Set the logging level (one of: `debug`, `info`, `warn`, `error`) |
|
||||
| controller.metricProviderPlugins | object | `{}` | Configures 3rd party metric providers for controller |
|
||||
| controller.metrics.enabled | bool | `false` | Deploy metrics service |
|
||||
| controller.metrics.service.annotations | object | `{}` | Service annotations |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue