diff --git a/helm/kubewatch/templates/clusterrole.yaml b/helm/kubewatch/templates/clusterrole.yaml index bcc1e78d..9a8a0cd7 100644 --- a/helm/kubewatch/templates/clusterrole.yaml +++ b/helm/kubewatch/templates/clusterrole.yaml @@ -76,6 +76,15 @@ rules: - get - list - watch + - apiGroups: + - argoproj.io + resources: + - rollouts + - rollouts/status + - experiments + - analysisruns + - analysistemplates + - clusteranalysistemplates {{- range .Values.rbac.customRoles }} - apiGroups: {{ toYaml .apiGroups | nindent 4 }} resources: {{ toYaml .resources | nindent 4 }}