feat(argo-cd): Allow global configuration for pod annotations and labels (#894)

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2021-08-24 14:48:03 +02:00 committed by GitHub
parent da73ab6a69
commit 536e98b72b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 28 additions and 32 deletions

View file

@ -10,6 +10,10 @@ global:
repository: quay.io/argoproj/argocd
tag: v2.1.0
imagePullPolicy: IfNotPresent
## Annotations applied to all pods
podAnnotations: {}
## Labels applied to all pods
podLabels: {}
securityContext: {}
# runAsUser: 999
# runAsGroup: 999