chore(argo-cd): Move notification configs (#1419)
* Move notification configs to config dir Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Use expected names for notification configs Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Fix notification role Signed-off-by: Petr Drastil <petr.drastil@gmail.com> Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
c06aef63d8
commit
3930788628
9 changed files with 8 additions and 41 deletions
|
|
@ -927,7 +927,6 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
|
|||
| notifications.bots.slack.tolerations | list | `[]` | [Tolerations] for use with node taints |
|
||||
| notifications.bots.slack.updateStrategy | object | `{"type":"Recreate"}` | The deployment strategy to use to replace existing pods with new ones |
|
||||
| notifications.cm.create | bool | `true` | Whether helm chart creates controller config map |
|
||||
| notifications.cm.name | string | `""` | The name of the config map to use. |
|
||||
| notifications.containerSecurityContext | object | `{}` | Container Security Context |
|
||||
| notifications.context | object | `{}` | Define user-defined context |
|
||||
| notifications.enabled | bool | `true` | Enable Notifications controller |
|
||||
|
|
@ -960,7 +959,6 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
|
|||
| notifications.secret.annotations | object | `{}` | key:value pairs of annotations to be added to the secret |
|
||||
| notifications.secret.create | bool | `true` | Whether helm chart creates controller secret |
|
||||
| notifications.secret.items | object | `{}` | Generic key:value pairs to be inserted into the secret |
|
||||
| notifications.secret.name | string | `""` | The name of the secret to use. |
|
||||
| notifications.securityContext | object | `{"runAsNonRoot":true}` | Pod Security Context |
|
||||
| notifications.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
|
||||
| notifications.serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue