Skip to content

Commit

Permalink
re-add policy-controller (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleck13 authored Dec 7, 2023
1 parent 62ff20d commit bb6c189
Show file tree
Hide file tree
Showing 9 changed files with 1,598 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
app: kuadrant
name: kuadrant-operator-dnsrecord-editor-role
rules:
- apiGroups:
- kuadrant.io
resources:
- dnsrecords
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- kuadrant.io
resources:
- dnsrecords/status
verbs:
- get
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
labels:
app: kuadrant
name: kuadrant-operator-dnsrecord-viewer-role
rules:
- apiGroups:
- kuadrant.io
resources:
- dnsrecords
verbs:
- get
- list
- watch
- apiGroups:
- kuadrant.io
resources:
- dnsrecords/status
verbs:
- get
Loading

0 comments on commit bb6c189

Please sign in to comment.