Skip to content

Commit cb50282

Browse files
authored
Remove un-used mixin importer (#313)
Signed-off-by: ArthurSens <[email protected]> Signed-off-by: ArthurSens <[email protected]>
1 parent 2ac00fd commit cb50282

File tree

2 files changed

+0
-105
lines changed

2 files changed

+0
-105
lines changed

installer/cmd/render.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ func renderKubernetesObjects(cfg *config.Config) ([]string, error) {
127127
return nil, err
128128
}
129129

130-
mixinImporter := importer.NewMixinImporter("https://github.com/gitpod-io/observability", "")
131-
objs = append(objs, mixinImporter.ImportPrometheusRules()...)
132-
133130
k8s := make([]string, 0)
134131
for _, o := range objs {
135132
fc, err := yaml.Marshal(o)

installer/pkg/importer/mixin.go

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)