diff --git a/config/base/100-watcher-serviceaccount.yaml b/config/base/100-watcher-serviceaccount.yaml index be4dd8210..9e2445fba 100644 --- a/config/base/100-watcher-serviceaccount.yaml +++ b/config/base/100-watcher-serviceaccount.yaml @@ -25,7 +25,7 @@ metadata: rules: # Watcher needs to be able to create new and update existing results. - apiGroups: ["results.tekton.dev"] - resources: ["results", "records"] + resources: ["logs", "results", "records"] verbs: ["create", "get", "update"] # Needed to read results and update annotations with Result ID. - apiGroups: ["tekton.dev"]