Last active
October 31, 2019 17:43
-
-
Save rthallisey/13f74063226352aa06feba4554f184b3 to your computer and use it in GitHub Desktop.
Revisions
-
Ryan Hallisey revised this gist
Oct 31, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,7 @@ metadata: name: hco-operatorhub namespace: "openshift-cnv" spec: source: "redhat-operators" sourceNamespace: "openshift-marketplace" name: kubevirt-hyperconverged startingCSV: "kubevirt-hyperconverged-operator.v2.1" -
Ryan Hallisey revised this gist
Oct 31, 2019 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,9 @@ --- apiVersion: v1 kind: Namespace metadata: name: openshift-cnv --- apiVersion: operators.coreos.com/v1 kind: OperatorGroup -
Ryan Hallisey created this gist
Oct 31, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ --- apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: name: "openshift-cnv-group" namespace: "openshift-cnv" spec: targetNamespaces: - openshift-cnv --- apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: hco-operatorhub namespace: "openshift-cnv" spec: source: "hco-catalogsource-config" sourceNamespace: "openshift-marketplace" name: kubevirt-hyperconverged startingCSV: "kubevirt-hyperconverged-operator.v2.1" channel: "2.1" installPlanApproval: "automatic" --- apiVersion: hco.kubevirt.io/v1alpha1 kind: HyperConverged metadata: name: hyperconverged-cluster namespace: "openshift-cnv" spec: BareMetalPlatform: true