File tree 3 files changed +35
-1
lines changed
charts/kuadrant-operator/templates
3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ metadata:
109
109
capabilities : Basic Install
110
110
categories : Integration & Delivery
111
111
containerImage : quay.io/kuadrant/kuadrant-operator:latest
112
- createdAt : " 2025-02-25T10:17:48Z "
112
+ createdAt : " 2025-03-12T12:36:29Z "
113
113
description : A Kubernetes Operator to manage the lifecycle of the Kuadrant system
114
114
operators.operatorframework.io/builder : operator-sdk-v1.32.0
115
115
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
@@ -422,6 +422,18 @@ spec:
422
422
- patch
423
423
- update
424
424
- 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
425
437
serviceAccountName : kuadrant-operator-controller-manager
426
438
deployments :
427
439
- label :
Original file line number Diff line number Diff line change 50
50
spec :
51
51
description : KuadrantSpec defines the desired state of Kuadrant
52
52
properties :
53
+ mtls :
54
+ properties :
55
+ enable :
56
+ type : boolean
57
+ type : object
53
58
observability :
54
59
properties :
55
60
enable :
Original file line number Diff line number Diff line change @@ -8103,6 +8103,11 @@ spec:
8103
8103
spec:
8104
8104
description: KuadrantSpec defines the desired state of Kuadrant
8105
8105
properties:
8106
+ mtls:
8107
+ properties:
8108
+ enable:
8109
+ type: boolean
8110
+ type: object
8106
8111
observability:
8107
8112
properties:
8108
8113
enable:
@@ -9364,6 +9369,18 @@ rules:
9364
9369
- patch
9365
9370
- update
9366
9371
- 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
9367
9384
---
9368
9385
apiVersion: rbac.authorization.k8s.io/v1
9369
9386
kind: RoleBinding
You can’t perform that action at this time.
0 commit comments