Skip to content

Commit

Permalink
[installer]: remove jaeger operator
Browse files Browse the repository at this point in the history
This is no longer in use
  • Loading branch information
Simon Emms authored and roboquat committed Feb 24, 2022
1 parent 319e34f commit 67b15c7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 117 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/gitpod-io/gitpod/installer/pkg/components/database"
ide_proxy "github.com/gitpod-io/gitpod/installer/pkg/components/ide-proxy"
imagebuildermk3 "github.com/gitpod-io/gitpod/installer/pkg/components/image-builder-mk3"
jaegeroperator "github.com/gitpod-io/gitpod/installer/pkg/components/jaeger-operator"
"github.com/gitpod-io/gitpod/installer/pkg/components/migrations"
"github.com/gitpod-io/gitpod/installer/pkg/components/minio"
openvsxproxy "github.com/gitpod-io/gitpod/installer/pkg/components/openvsx-proxy"
Expand All @@ -38,7 +37,6 @@ var Objects = common.CompositeRenderFunc(

var Helm = common.CompositeHelmFunc(
database.Helm,
jaegeroperator.Helm,
minio.Helm,
rabbitmq.Helm,
)
33 changes: 0 additions & 33 deletions install/installer/pkg/components/jaeger-operator/helm.go

This file was deleted.

12 changes: 0 additions & 12 deletions install/installer/third_party/charts/jaeger-operator/Chart.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions install/installer/third_party/charts/jaeger-operator/crd.yaml

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions install/installer/third_party/charts/jaegerOperator.go

This file was deleted.

0 comments on commit 67b15c7

Please sign in to comment.