From 02f4a8bedd95bfa5c1fbc88573baf72fdde071a6 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Mon, 30 Oct 2023 12:13:48 +0200 Subject: [PATCH] Add notification cluster role Signed-off-by: drfaust92 --- charts/argo-cd/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index aef113a3..e0e25025 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -1160,7 +1160,6 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide |-----|------|---------|-------------| | notifications.affinity | object | `{}` (defaults to global.affinity preset) | Assign custom [affinity] rules | | notifications.argocdUrl | string | `nil` | Argo CD dashboard url; used in place of {{.context.argocdUrl}} in templates | -| notifications.clusterRoleRules.enabled | bool | `false` | Enable custom rules for the notifications controller's ClusterRole resource | | notifications.clusterRoleRules.rules | list | `[]` | List of custom rules for the notifications controller's ClusterRole resource | | notifications.cm.create | bool | `true` | Whether helm chart creates notifications controller config map | | notifications.containerPorts.metrics | int | `9001` | Metrics container port |