feat(argo-cd): Add ability to add additional labels to all CRDs (#2051)

feat(argo-cd): Add ability to add additional labels to all CRDs via .Values.crds.additionalLabels

Signed-off-by: jdvgh <133217951+jdvgh@users.noreply.github.com>
This commit is contained in:
Jonas Eilers 2023-05-11 16:06:46 +02:00 committed by GitHub
parent 5873a1bc33
commit 1492e23522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 4 deletions

View file

@ -38,6 +38,8 @@ crds:
keep: true
# -- Annotations to be added to all CRDs
annotations: {}
# -- Addtional labels to be added to all CRDs
additionalLabels: {}
## Globally shared configuration
global: