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:
parent
da73ab6a69
commit
536e98b72b
8 changed files with 28 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue