Skip to content

Commit

Permalink
🪛 permissions to update kuadrant finalizer 🔙 (#1003)
Browse files Browse the repository at this point in the history
* 🪛 add kuadrant finalizer 🔙

Signed-off-by: Eguzki Astiz Lezaun <[email protected]>

* update helm chart

Signed-off-by: Eguzki Astiz Lezaun <[email protected]>

---------

Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki authored and maleck13 committed Nov 13, 2024
1 parent 216831e commit 7119197
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2024-11-08T16:43:37Z"
createdAt: "2024-11-11T17:42:02Z"
description: A Kubernetes Operator to manage the lifecycle of the Kuadrant system
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -328,6 +328,7 @@ spec:
resources:
- authpolicies/finalizers
- dnspolicies/finalizers
- kuadrants/finalizers
- ratelimitpolicies/finalizers
- tlspolicies/finalizers
verbs:
Expand Down
1 change: 1 addition & 0 deletions charts/kuadrant-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8679,6 +8679,7 @@ rules:
resources:
- authpolicies/finalizers
- dnspolicies/finalizers
- kuadrants/finalizers
- ratelimitpolicies/finalizers
- tlspolicies/finalizers
verbs:
Expand Down
1 change: 1 addition & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ rules:
resources:
- authpolicies/finalizers
- dnspolicies/finalizers
- kuadrants/finalizers
- ratelimitpolicies/finalizers
- tlspolicies/finalizers
verbs:
Expand Down
1 change: 1 addition & 0 deletions controllers/state_of_the_world.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var (

// kuadrant permissions
//+kubebuilder:rbac:groups=kuadrant.io,resources=kuadrants,verbs=get;list;watch;update;patch
//+kubebuilder:rbac:groups=kuadrant.io,resources=kuadrants/finalizers,verbs=update
//+kubebuilder:rbac:groups=kuadrant.io,resources=kuadrants/status,verbs=get;update;patch

// core, apps, coordination.k8s,io permissions
Expand Down

0 comments on commit 7119197

Please sign in to comment.