Support for labels & annotations for dex & redis (#257)

This commit is contained in:
Joffrey Janiec 2020-03-09 11:39:21 +01:00 committed by GitHub
parent b3fa82df77
commit 39f08b4a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 2 deletions

View file

@ -178,6 +178,14 @@ dex:
##
env: []
## Annotations to be added to the Dex server pods
##
podAnnotations: {}
## Labels to be added to the Dex server pods
##
podLabels: {}
serviceAccount:
create: true
name: argocd-dex-server
@ -239,6 +247,14 @@ redis:
##
env: []
## Annotations to be added to the Redis server pods
##
podAnnotations: {}
## Labels to be added to the Redis server pods
##
podLabels: {}
## Node selectors and tolerations for server scheduling to nodes with taints
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
##