feat(argo-cd): Add annotations to the dex service account (#508)
* feat: Add annotations to the dex service account Signed-off-by: Jacob Wernette <jawernette@ibm.com> Signed-off-by: Jacob Wernette <werne2j@gmail.com>
This commit is contained in:
parent
97e896126c
commit
dbb1d80e13
3 changed files with 9 additions and 1 deletions
|
|
@ -217,6 +217,8 @@ dex:
|
|||
serviceAccount:
|
||||
create: true
|
||||
name: argocd-dex-server
|
||||
## Annotations applied to created service account
|
||||
annotations: {}
|
||||
|
||||
## Additional volumeMounts to the controller main container.
|
||||
volumeMounts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue