Last active
October 31, 2019 17:43
-
-
Save rthallisey/13f74063226352aa06feba4554f184b3 to your computer and use it in GitHub Desktop.
CNV 2.1 production yaml
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 characters
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: openshift-cnv | |
--- | |
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: "redhat-operators" | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment