Skip to content

Commit

Permalink
fix (kustomize): missing permissions for grafanacontactpoint in rbac.…
Browse files Browse the repository at this point in the history
…yaml for kustomize (#1539)
  • Loading branch information
talron23 authored May 17, 2024
1 parent ffaaf5b commit 5f32bb6
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions deploy/kustomize/overlays/cluster_scoped/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,32 @@ rules:
- list
- update
- watch
- apiGroups:
- grafana.integreatly.org
resources:
- grafanacontactpoints
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- grafana.integreatly.org
resources:
- grafanacontactpoints/finalizers
verbs:
- update
- apiGroups:
- grafana.integreatly.org
resources:
- grafanacontactpoints/status
verbs:
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
26 changes: 26 additions & 0 deletions deploy/kustomize/overlays/namespace_scoped/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,32 @@ rules:
- list
- update
- watch
- apiGroups:
- grafana.integreatly.org
resources:
- grafanacontactpoints
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- grafana.integreatly.org
resources:
- grafanacontactpoints/finalizers
verbs:
- update
- apiGroups:
- grafana.integreatly.org
resources:
- grafanacontactpoints/status
verbs:
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit 5f32bb6

Please sign in to comment.