feat(argo-cd): add flag and labels for application labels (#1021)
* add flag and labels for application labels Signed-off-by: Antoine Bourayne <antoine.bourayne@octo.com> * upgrade chart version Signed-off-by: Antoine Bourayne <antoine.bourayne@octo.com> Co-authored-by: Antoine Bourayne <antoine.bourayne@octo.com> Co-authored-by: Marko Bevc <marko@scalefactory.com>
This commit is contained in:
parent
46d43f8af3
commit
7ddcd377f3
4 changed files with 15 additions and 2 deletions
|
|
@ -256,6 +256,8 @@ NAME: my-release
|
|||
| controller.livenessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
|
||||
| controller.logFormat | string | `"text"` | Application controller log format. Either `text` or `json` |
|
||||
| controller.logLevel | string | `"info"` | Application controller log level |
|
||||
| controller.metrics.applicationLabels.enabled | bool | `false` | Enables additional labels in argocd_app_labels metric |
|
||||
| controller.metrics.applicationLabels.labels | object | `{}` | Additional labels |
|
||||
| controller.metrics.enabled | bool | `false` | Deploy metrics service |
|
||||
| controller.metrics.rules.enabled | bool | `false` | Deploy a PrometheusRule for the application controller |
|
||||
| controller.metrics.rules.spec | list | `[]` | PrometheusRule.Spec for the application controller |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue