Skip to content

Commit

Permalink
[ACM-12864] Added spec.backend.type to MCE consolePlugin (#856)
Browse files Browse the repository at this point in the history
* added spec.backend.type to MCE consolePlugin

Signed-off-by: dislbenn <[email protected]>

* updated rbac_gen.go

Signed-off-by: dislbenn <[email protected]>

* updated rbac role

Signed-off-by: dislbenn <[email protected]>

---------

Signed-off-by: dislbenn <[email protected]>
  • Loading branch information
dislbenn authored Jul 22, 2024
1 parent 0398a86 commit d4b35bb
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,30 @@ rules:
verbs:
- list
- watch
- apiGroups:
- cert-manager.io
resources:
- certificates
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- cert-manager.io
resources:
- issuers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- certificates.k8s.io
resources:
Expand Down Expand Up @@ -2043,6 +2067,18 @@ rules:
- get
- patch
- update
- apiGroups:
- networking.k8s.io
resources:
- ingresses
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- operator.open-cluster-management.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
name: console-mce-console
namespace: {{ .Values.global.namespace }}
port: 3000
type: Service
i18n:
loadType: Preload
proxy:
Expand Down
3 changes: 3 additions & 0 deletions pkg/templates/rbac_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4b35bb

Please sign in to comment.