Skip to content

Commit

Permalink
fix CSV to include both CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Aug 18, 2023
1 parent 3393943 commit e6001f2
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions config/manifests/bases/k6-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
alm-examples: "[]"
alm-examples: '[]'
capabilities: Basic Install
containerImage: ghcr.io/grafana/k6-operator
repository: https://github.com/grafana/k6-operator
Expand All @@ -14,42 +13,47 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: K6 is the Schema for the k6s API
displayName: K6
kind: K6
name: k6s.k6.io
version: v1alpha1
- description: K6 is the Schema for the k6s API
displayName: K6
kind: K6
name: k6s.k6.io
version: v1alpha1
- description: PrivateLoadZone is the Schema for the privateloadzones API
displayName: Private Load Zone
kind: PrivateLoadZone
name: privateloadzones.k6.io
version: v1alpha1
description: k6-operator
displayName: k6-operator
icon:
- base64data: ""
mediatype: ""
- base64data: ""
mediatype: ""
install:
spec:
deployments: null
strategy: ""
installModes:
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
keywords:
- testing
- performance
- reliability
- k6
- testing
- performance
- reliability
- k6
links:
- name: k6 Operator
url: https://github.com/grafana/k6-operator
- name: k6 Operator
url: https://github.com/grafana/k6-operator
maintainers:
- email: simme@k6.io
name: Simon Aronsson
- email: daniel@k6.io
name: Daniel González Lopes
- email: olha@k6.io
name: Olha Yevtushenko
- email: daniel@k6.io
name: Daniel González Lopes
maturity: alpha
provider:
name: k6.io
Expand Down

0 comments on commit e6001f2

Please sign in to comment.