diff --git a/bundle/manifests/authorino-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml b/bundle/manifests/authorino-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml deleted file mode 100644 index 7df9d1f..0000000 --- a/bundle/manifests/authorino-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - creationTimestamp: null - name: authorino-metrics-reader -rules: -- nonResourceURLs: - - /metrics - verbs: - - get diff --git a/bundle/manifests/authorino-operator-controller-manager-metrics-service_v1_service.yaml b/bundle/manifests/authorino-operator-controller-manager-metrics-service_v1_service.yaml deleted file mode 100644 index 7affce1..0000000 --- a/bundle/manifests/authorino-operator-controller-manager-metrics-service_v1_service.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - creationTimestamp: null - labels: - control-plane: controller-manager - name: authorino-operator-controller-manager-metrics-service -spec: - ports: - - name: https - port: 8443 - protocol: TCP - targetPort: https - selector: - control-plane: controller-manager -status: - loadBalancer: {} diff --git a/bundle/manifests/authorino-operator-manager-config_v1_configmap.yaml b/bundle/manifests/authorino-operator-manager-config_v1_configmap.yaml deleted file mode 100644 index eaef3e6..0000000 --- a/bundle/manifests/authorino-operator-manager-config_v1_configmap.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -data: - controller_manager_config.yaml: | - apiVersion: controller-runtime.sigs.k8s.io/v1alpha1 - kind: ControllerManagerConfig - health: - healthProbeBindAddress: :8081 - metrics: - bindAddress: 127.0.0.1:8080 - webhook: - port: 9443 - leaderElection: - leaderElect: true - resourceName: aac3a15d.authorino.kuadrant.io -kind: ConfigMap -metadata: - name: authorino-operator-manager-config diff --git a/bundle/manifests/authorino-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml b/bundle/manifests/authorino-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml deleted file mode 100644 index 1c79fb7..0000000 --- a/bundle/manifests/authorino-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - creationTimestamp: null - name: authorino-operator-metrics-reader -rules: -- nonResourceURLs: - - /metrics - verbs: - - get diff --git a/bundle/manifests/authorino-proxy-role_rbac.authorization.k8s.io_v1_clusterrole.yaml b/bundle/manifests/authorino-proxy-role_rbac.authorization.k8s.io_v1_clusterrole.yaml deleted file mode 100644 index e91ff23..0000000 --- a/bundle/manifests/authorino-proxy-role_rbac.authorization.k8s.io_v1_clusterrole.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - creationTimestamp: null - name: authorino-proxy-role -rules: -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create