Skip to content

Commit

Permalink
EVEREST-107 | monitoringconfig controller improvements and refactor (#…
Browse files Browse the repository at this point in the history
…581)

Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 authored Nov 22, 2024
1 parent 476080f commit e3b35d2
Show file tree
Hide file tree
Showing 17 changed files with 7,693 additions and 350 deletions.
4 changes: 3 additions & 1 deletion bundle/manifests/everest-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-10-09T06:03:54Z"
createdAt: "2024-11-19T04:18:51Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: everest-operator.v0.0.0
Expand Down Expand Up @@ -244,7 +244,9 @@ spec:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- operators.coreos.com
resources:
Expand Down
2 changes: 2 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ rules:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- operators.coreos.com
resources:
Expand Down
Loading

0 comments on commit e3b35d2

Please sign in to comment.