Skip to content

Commit

Permalink
updates role.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Nov 26, 2024
1 parent 32381e0 commit fa2cc6b
Showing 1 changed file with 16 additions and 30 deletions.
46 changes: 16 additions & 30 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -1,69 +1,55 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
kind: Role
metadata:
name: infrastructure-manager-role
namespace: kcp-system
rules:
- apiGroups:
- infrastructuremanager.kyma-project.io
- ""
resources:
- runtimes
- secrets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- infrastructuremanager.kyma-project.io
resources:
- runtimes/finalizers
verbs:
- update
- apiGroups:
- infrastructuremanager.kyma-project.io
resources:
- runtimes/status
verbs:
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: infrastructure-manager-role
namespace: kcp-system
rules:
- apiGroups:
- ""
resources:
- secrets
- gardenerclusters
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- infrastructuremanager.kyma-project.io
resources:
- gardenerclusters
- gardenerclusters/finalizers
- gardenerclusters/status
- runtimes/finalizers
- runtimes/status
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- infrastructuremanager.kyma-project.io
resources:
- gardenerclusters/finalizers
- gardenerclusters/status
- runtimes
verbs:
- create
- get
- list
- patch
- update
- watch

0 comments on commit fa2cc6b

Please sign in to comment.