Skip to content

Commit

Permalink
build(csv): add initialization-resource annotation (#268)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e9b0a9)
  • Loading branch information
ebaron authored and mergify-bot committed Sep 17, 2021
1 parent 4d5e2e3 commit e3367a6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bundle/manifests/cryostat-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3367a6

Please sign in to comment.