Skip to content

Commit 279f979

Browse files
committed
added dynamic TLS settings
1 parent 7b98058 commit 279f979

37 files changed

Lines changed: 3506 additions & 190 deletions

bundle/manifests/security-profiles-operator.clusterserviceversion.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ spec:
406406
- apiGroups:
407407
- config.openshift.io
408408
resources:
409+
- apiservers
409410
- clusteroperators
410411
verbs:
411412
- get
@@ -554,6 +555,14 @@ spec:
554555
- get
555556
- list
556557
- watch
558+
- apiGroups:
559+
- config.openshift.io
560+
resources:
561+
- apiservers
562+
verbs:
563+
- get
564+
- list
565+
- watch
557566
serviceAccountName: spo-webhook
558567
- rules:
559568
- apiGroups:
@@ -664,6 +673,14 @@ spec:
664673
- get
665674
- list
666675
- watch
676+
- apiGroups:
677+
- config.openshift.io
678+
resources:
679+
- apiservers
680+
verbs:
681+
- get
682+
- list
683+
- watch
667684
serviceAccountName: spod
668685
deployments:
669686
- label:

bundle/manifests/spo-webhook_rbac.authorization.k8s.io_v1_clusterrole.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,12 @@ rules:
9292
- get
9393
- list
9494
- watch
95+
- apiGroups:
96+
- config.openshift.io
97+
resources:
98+
- apiservers
99+
- clusteroperators
100+
verbs:
101+
- get
102+
- list
103+
- watch

bundle/manifests/spod_rbac.authorization.k8s.io_v1_clusterrole.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ rules:
4747
- get
4848
- list
4949
- watch
50+
- apiGroups:
51+
- config.openshift.io
52+
resources:
53+
- apiservers
54+
- clusteroperators
55+
verbs:
56+
- get
57+
- list
58+
- watch
5059
- apiGroups:
5160
- security-profiles-operator.x-k8s.io
5261
resources:

0 commit comments

Comments
 (0)