Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some issues with virt bundle #615

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: kubevirt-hyperconverged-group
name: kubevirt-hyperconverged
namespace: openshift-cnv
spec:
targetNamespaces:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: hco-operatorhub
name: kubevirt-hyperconverged
namespace: openshift-cnv
spec:
source: redhat-operators
Expand Down
7 changes: 2 additions & 5 deletions cluster-scope/bundles/virt/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ commonLabels:
nerc.mghpcc.org/bundle: virt
resources:
- ../../base/core/namespaces/openshift-cnv
- ../../base/operators.coreos.com/operatorgroups/kubevirt-hyperconverged-group
- ../../base/operators.coreos.com/subscriptions/hco-operatorhub
- ../../base/core/configmaps/kubevirt
- ../../base/rbac.authorization.k8s.io/roles/kubevirt
- ../../base/rbac.authorization.k8s.io/rolebindings/kubevirt
- ../../base/operators.coreos.com/operatorgroups/kubevirt-hyperconverged
- ../../base/operators.coreos.com/subscriptions/kubevirt-hyperconverged
1 change: 1 addition & 0 deletions cluster-scope/overlays/nerc-ocp-test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ resources:
- feature/odf
- feature/rhoai
- rbac
- virt-patches
- ../../bundles/clusterissuer-http01
- ../../bundles/gatekeeper-operator
- ../../bundles/hostpath-provisioner
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base/core/configmaps/kubevirt
- ../../../base/rbac.authorization.k8s.io/roles/kubevirt
- ../../../base/rbac.authorization.k8s.io/rolebindings/kubevirt
Loading