Skip to content

Commit

Permalink
make bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Mar 11, 2024
1 parent 50c1aab commit aac6cc8
Show file tree
Hide file tree
Showing 4 changed files with 669 additions and 1 deletion.
21 changes: 20 additions & 1 deletion bundle/manifests/cryostat-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ metadata:
capabilities: Seamless Upgrades
categories: Monitoring, Developer Tools
containerImage: quay.io/cryostat/cryostat-operator:2.5.0-dev
createdAt: "2024-03-08T17:20:54Z"
createdAt: "2024-03-11T18:51:35Z"
description: JVM monitoring and profiling tool
operatorframework.io/initialization-resource: |-
{
Expand Down Expand Up @@ -192,6 +192,25 @@ spec:
of the cluster, such as using an Ingress or Route.
displayName: Network Options
path: networkOptions
- description: "Specifications for how to expose the Cryostat command service,
which serves the WebSocket command channel. \n Deprecated: CommandConfig
is no longer used."
displayName: Command Config
path: networkOptions.commandConfig
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:hidden
- description: Annotations to add to the Ingress or Route during its creation.
displayName: Annotations
path: networkOptions.commandConfig.annotations
- description: Configuration for an Ingress object. Currently subpaths are not
supported, so unique hosts must be specified (if a single external IP is
being used) to differentiate between ingresses/services.
displayName: Ingress Spec
path: networkOptions.commandConfig.ingressSpec
- description: Labels to add to the Ingress or Route during its creation. The
label with key "app" is reserved for use by the operator.
displayName: Labels
path: networkOptions.commandConfig.labels
- description: Specifications for how to expose the Cryostat service, which
serves the Cryostat application.
displayName: Core Config
Expand Down
Loading

0 comments on commit aac6cc8

Please sign in to comment.