feat(argo-cd): Add labels for argocd-secret (#1779)
* feat(argo-cd): add secret labels field (#1778) Signed-off-by: carlos gonzález <cgrs@users.noreply.github.com> Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
132449cacc
commit
45c1534eeb
4 changed files with 8 additions and 2 deletions
|
|
@ -442,6 +442,7 @@ NAME: my-release
|
|||
| configs.secret.githubSecret | string | `""` | Shared secret for authenticating GitHub webhook events |
|
||||
| configs.secret.gitlabSecret | string | `""` | Shared secret for authenticating GitLab webhook events |
|
||||
| configs.secret.gogsSecret | string | `""` | Shared secret for authenticating Gogs webhook events |
|
||||
| configs.secret.labels | object | `{}` | Labels to be added to argocd-secret |
|
||||
| configs.styles | string | `""` (See [values.yaml]) | Define custom [CSS styles] for your argo instance. This setting will automatically mount the provided CSS and reference it in the argo configuration. |
|
||||
| configs.tlsCerts | object | See [values.yaml] | TLS certificate |
|
||||
| configs.tlsCertsAnnotations | object | `{}` | TLS certificate configmap annotations |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue