mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-08-28 19:42:43 +00:00
42 lines
781 B
YAML
42 lines
781 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRole
|
|
metadata:
|
|
name: allow-creation
|
|
rules:
|
|
- apiGroups:
|
|
- ""
|
|
- "apps"
|
|
- "deploy"
|
|
- "rbac.authorization.k8s.io"
|
|
- "networking.k8s.io"
|
|
- "extensions"
|
|
- "tekton.dev"
|
|
resources:
|
|
- pods
|
|
- serviceaccounts
|
|
- namespaces
|
|
- services
|
|
- deployments
|
|
- deployments.apps
|
|
- clusterroles
|
|
- roles
|
|
- clusterrolebindings
|
|
- rolebindings
|
|
- ingresses
|
|
- eventlisteners
|
|
- triggerbindings
|
|
- triggertemplates
|
|
- configmaps
|
|
- secrets
|
|
- pipelineruns
|
|
- pipelineresources
|
|
- taskruns
|
|
verbs:
|
|
- list
|
|
- watch
|
|
- get
|
|
- create
|
|
- update
|
|
- patch
|
|
- delete |