-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- We are installing a subscription for the `kubevirt-hyperconverged` operator, but the subscription was named `hco-operatorhub`. - The operatorgroup had an unnecessary `-group` suffix, which doesn't match our other installs. - The bundle included resources which, according to cbea925, it's not clear if we need or not. Move this into the test cluster overlay for now in line with the comment in that commit.
- Loading branch information
Showing
7 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...t-hyperconverged-group/operatorgroup.yaml → ...ubevirt-hyperconverged/operatorgroup.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...iptions/hco-operatorhub/subscription.yaml → ...kubevirt-hyperconverged/subscription.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
cluster-scope/overlays/nerc-ocp-test/virt-patches/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |