diff --git a/bundle/manifests/cryostat-operator.clusterserviceversion.yaml b/bundle/manifests/cryostat-operator.clusterserviceversion.yaml index 558217ac..905f614e 100644 --- a/bundle/manifests/cryostat-operator.clusterserviceversion.yaml +++ b/bundle/manifests/cryostat-operator.clusterserviceversion.yaml @@ -62,6 +62,18 @@ metadata: containerImage: quay.io/cryostat/cryostat-operator:2.0.0-dev createdAt: "2021-04-30 00:00:00" description: JVM monitoring and profiling tool + operatorframework.io/initialization-resource: |- + { + "apiVersion": "operator.cryostat.io/v1beta1", + "kind": "Cryostat", + "metadata": { + "name": "cryostat-sample" + }, + "spec": { + "enableCertManager": true, + "minimal": false + } + } operators.operatorframework.io/builder: operator-sdk-v1.4.0+git operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: github.com/cryostatio/cryostat-operator diff --git a/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml b/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml index 62f6bf54..29ef20d5 100644 --- a/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/cryostat-operator.clusterserviceversion.yaml @@ -53,6 +53,18 @@ metadata: containerImage: quay.io/cryostat/cryostat-operator:2.0.0-dev createdAt: "2021-04-30 00:00:00" description: JVM monitoring and profiling tool + operatorframework.io/initialization-resource: |- + { + "apiVersion": "operator.cryostat.io/v1beta1", + "kind": "Cryostat", + "metadata": { + "name": "cryostat-sample" + }, + "spec": { + "enableCertManager": true, + "minimal": false + } + } operators.operatorframework.io/builder: operator-sdk-v1.5.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: github.com/cryostatio/cryostat-operator