Skip to content

Commit

Permalink
Remove -ocm-hub flag and update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole committed Jan 23, 2024
1 parent 624f58b commit 80c5dc5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
11 changes: 1 addition & 10 deletions bundle/manifests/kuadrant-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2023-12-12T12:34:15Z"
createdAt: "2024-01-23T14:59:43Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/kuadrant-operator
Expand Down Expand Up @@ -517,14 +517,6 @@ spec:
- get
- list
- watch
- apiGroups:
- cluster.open-cluster-management.io
resources:
- managedclusters
verbs:
- get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
Expand Down Expand Up @@ -758,7 +750,6 @@ spec:
containers:
- args:
- --leader-elect
- --ocm-hub=false
command:
- /policy_controller
image: quay.io/kuadrant/policy-controller:main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@ resources:

patchesStrategicMerge:
- delete-ns.yaml

patches:
- patch: |-
- op: add
path: /spec/template/spec/containers/0/args/-
value: --ocm-hub=false
target:
kind: Deployment
8 changes: 0 additions & 8 deletions config/dependencies/policy-controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@ resources:

patchesStrategicMerge:
- delete-ns.yaml

patches:
- patch: |-
- op: add
path: /spec/template/spec/containers/0/args/-
value: --ocm-hub=false
target:
kind: Deployment

0 comments on commit 80c5dc5

Please sign in to comment.