Initial release
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
name: tekton-triggers-info
|
||||
namespace: tekton-pipelines
|
||||
labels:
|
||||
app.kubernetes.io/instance: default
|
||||
app.kubernetes.io/part-of: tekton-triggers
|
||||
rules:
|
||||
# All system:authenticated users needs to have access
|
||||
# of the triggers-info ConfigMap even if they don't
|
||||
# have access to the other resources present in the
|
||||
# installed namespace.
|
||||
- apiGroups: [""]
|
||||
resources: ["configmaps"]
|
||||
resourceNames: ["triggers-info"]
|
||||
verbs: ["get"]
|
||||
Reference in New Issue
Block a user