fix: cabundle and rbac

This commit is contained in:
2025-02-12 14:16:25 -07:00
parent 889345e804
commit 544bf7b503
4 changed files with 6 additions and 5 deletions

View File

@@ -27,13 +27,14 @@ rules:
- tekton.dev
resources: ["pipelineruns"]
verbs: ["list", "get", "create", "update", "delete", "watch"]
- apiGroups:
- project.openshift.io
- apiGroups: ["project.openshift.io"]
resources: ["*"]
verbs: ["*"]
- apiGroups: ["*"]
resources: ["namespaces"]
verbs: ["*"]
- apiGroups: ["keda.sh"]
resources: ["scaledjobs","triggerauthentications"]
verbs: ["*"]
# Add any other resources you need access to (modify the apiGroups/resources as required)