diff --git a/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml b/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml index c142c7dc..c1ef0585 100644 --- a/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml +++ b/charts/argo-rollouts/templates/argo-rollouts-clusterrole.yaml @@ -76,19 +76,12 @@ rules: - list - watch - patch -# secret read access to run analysis templates which reference secrets +# secret read access to run analysis templates which reference secrets +# configmap access to read notification-engine configuration - apiGroups: - "" resources: - secrets - verbs: - - get - - list - - watch -# configmap read access to support notification-engine -- apiGroups: - - "" - resources: - configmaps verbs: - get diff --git a/charts/argo-rollouts/templates/argo-rollouts-role.yaml b/charts/argo-rollouts/templates/argo-rollouts-role.yaml index 785c6c31..87d86326 100644 --- a/charts/argo-rollouts/templates/argo-rollouts-role.yaml +++ b/charts/argo-rollouts/templates/argo-rollouts-role.yaml @@ -66,19 +66,12 @@ rules: - list - watch - patch -# secret read access to run analysis templates which reference secrets +# secret read access to run analysis templates which reference secrets +# configmap access to read notification-engine configuration - apiGroups: - "" resources: - secrets - verbs: - - get - - list - - watch -# configmap read access to support notification-engine -- apiGroups: - - "" - resources: - configmaps verbs: - get