From dfaf1bfeaa1f19950d278db9244ce524d7dcfda1 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Thu, 26 Dec 2019 15:20:13 -0800 Subject: [PATCH] fix: add missing RBAC verb --- manifests/base/argocd-notifications-controller-role.yaml | 1 + manifests/install.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/manifests/base/argocd-notifications-controller-role.yaml b/manifests/base/argocd-notifications-controller-role.yaml index 48bc464b..3ffcbd56 100644 --- a/manifests/base/argocd-notifications-controller-role.yaml +++ b/manifests/base/argocd-notifications-controller-role.yaml @@ -9,6 +9,7 @@ rules: - applications - appprojects verbs: + - get - list - watch - update diff --git a/manifests/install.yaml b/manifests/install.yaml index d6fd74cc..02fd45cb 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -14,6 +14,7 @@ rules: - applications - appprojects verbs: + - get - list - watch - update