Skip to content

Commit e64e213

Browse files
updating bundle and chart
1 parent e56ec15 commit e64e213

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

bundle/manifests/kuadrant-operator.clusterserviceversion.yaml

+13-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ metadata:
109109
capabilities: Basic Install
110110
categories: Integration & Delivery
111111
containerImage: quay.io/kuadrant/kuadrant-operator:latest
112-
createdAt: "2025-02-25T10:17:48Z"
112+
createdAt: "2025-03-12T12:36:29Z"
113113
description: A Kubernetes Operator to manage the lifecycle of the Kuadrant system
114114
operators.operatorframework.io/builder: operator-sdk-v1.32.0
115115
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -422,6 +422,18 @@ spec:
422422
- patch
423423
- update
424424
- watch
425+
- apiGroups:
426+
- security.istio.io
427+
resources:
428+
- peerauthenticators
429+
verbs:
430+
- create
431+
- delete
432+
- get
433+
- list
434+
- patch
435+
- update
436+
- watch
425437
serviceAccountName: kuadrant-operator-controller-manager
426438
deployments:
427439
- label:

bundle/manifests/kuadrant.io_kuadrants.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ spec:
5050
spec:
5151
description: KuadrantSpec defines the desired state of Kuadrant
5252
properties:
53+
mtls:
54+
properties:
55+
enable:
56+
type: boolean
57+
type: object
5358
observability:
5459
properties:
5560
enable:

charts/kuadrant-operator/templates/manifests.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -8103,6 +8103,11 @@ spec:
81038103
spec:
81048104
description: KuadrantSpec defines the desired state of Kuadrant
81058105
properties:
8106+
mtls:
8107+
properties:
8108+
enable:
8109+
type: boolean
8110+
type: object
81068111
observability:
81078112
properties:
81088113
enable:
@@ -9364,6 +9369,18 @@ rules:
93649369
- patch
93659370
- update
93669371
- watch
9372+
- apiGroups:
9373+
- security.istio.io
9374+
resources:
9375+
- peerauthenticators
9376+
verbs:
9377+
- create
9378+
- delete
9379+
- get
9380+
- list
9381+
- patch
9382+
- update
9383+
- watch
93679384
---
93689385
apiVersion: rbac.authorization.k8s.io/v1
93699386
kind: RoleBinding

0 commit comments

Comments
 (0)