feat: allow custom secrets to be added to argocd-secret (#199)

This commit is contained in:
DaytonG 2020-01-09 09:55:14 -07:00 committed by Spencer Gilbert
parent 0eb28119e8
commit 4b22128b4c
4 changed files with 12 additions and 2 deletions

View file

@ -46,6 +46,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
| configs.secret.githubSecret | GitHub incoming webhook secret | `""` |
| configs.secret.gitlabSecret | GitLab incoming webhook secret | `""` |
| configs.tlsCerts.data."argocd.example.com" | TLS certificate | See [values.yaml](values.yaml) |
| configs.secret.extra | add additional secrets to be added to argocd-secret | `{}` |
## ArgoCD Controller