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:
antoinebourayne 2021-11-24 17:30:09 +01:00 committed by GitHub
parent 46d43f8af3
commit 7ddcd377f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View file

@ -215,6 +215,11 @@ controller:
metrics:
# -- Deploy metrics service
enabled: false
applicationLabels:
# -- Enables additional labels in argocd_app_labels metric
enabled: false
# -- Additional labels
labels: {}
service:
# -- Metrics service annotations
annotations: {}