Skip to content

Commit

Permalink
[kiali] update kiali (redhat-openshift-ecosystem#5120)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazzitelli <mazz@redhat.com>
  • Loading branch information
jmazzitelli committed Sep 5, 2024
1 parent fbacdfb commit 02aaedb
Show file tree
Hide file tree
Showing 5 changed files with 675 additions and 0 deletions.
11 changes: 11 additions & 0 deletions operators/kiali/1.89.0/bundle.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM scratch

LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=kiali
LABEL operators.operatorframework.io.bundle.channels.v1=alpha,stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable

COPY manifests /manifests/
COPY metadata /metadata/
24 changes: 24 additions & 0 deletions operators/kiali/1.89.0/manifests/kiali.crd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: kialis.kiali.io
labels:
app: kiali-operator
spec:
group: kiali.io
names:
kind: Kiali
listKind: KialiList
plural: kialis
singular: kiali
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true
subresources:
status: {}
schema:
openAPIV3Schema:
type: object
x-kubernetes-preserve-unknown-fields: true
Loading

0 comments on commit 02aaedb

Please sign in to comment.