Skip to content

Commit

Permalink
deleting main folder from build/kube-prometheus/libraries/main
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskar Bhushan <[email protected]>
  • Loading branch information
sbdtu5498 committed Nov 28, 2024
1 parent 95313f8 commit b5b34c8
Show file tree
Hide file tree
Showing 1,266 changed files with 7 additions and 352,315 deletions.
1 change: 1 addition & 0 deletions build/kube-prometheus/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ function build_for_tag() {
jb_install ceph-mixins "github.com/ceph/ceph/monitoring/ceph-mixin@main"
jb_install cert-manager-mixin "gitlab.com/uneeq-oss/cert-manager-mixin@master"
jb_install opensearch-mixin "github.com/grafana/jsonnet-libs/opensearch-mixin@master"
jb_install opencost-mixin "github.com/adinhodovic/opencost-mixin@main"

mkdir -p "${basedir}/libraries/${kube_prometheus_release_tag}"
mv vendor "${basedir}/libraries/${kube_prometheus_release_tag}/"
Expand Down
6 changes: 6 additions & 0 deletions build/kube-prometheus/common-template.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ local default_vars = {
'monitor-prometheus-stack': false,
smartmon: false,
mdraid: true,
opencost: false,
},
mixin_configs: {
// Example:
Expand Down Expand Up @@ -265,6 +266,11 @@ local mixins = remove_nulls([
(import 'mixins/mdraid/mixin.libsonnet'),
vars,
),
addMixin(
'opencost',
(import 'github.com/adinhodovic/opencost-mixin/mixin.libsonnet'),
vars,
),
]);

local scrape_namespaces = std.uniq(std.sort(std.flattenArrays(
Expand Down
51 changes: 0 additions & 51 deletions build/kube-prometheus/libraries/main/jsonnetfile.json

This file was deleted.

291 changes: 0 additions & 291 deletions build/kube-prometheus/libraries/main/jsonnetfile.lock.json

This file was deleted.

1 change: 0 additions & 1 deletion build/kube-prometheus/libraries/main/vendor/alertmanager

This file was deleted.

1 change: 0 additions & 1 deletion build/kube-prometheus/libraries/main/vendor/ceph-mixin

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion build/kube-prometheus/libraries/main/vendor/common-lib

This file was deleted.

1 change: 0 additions & 1 deletion build/kube-prometheus/libraries/main/vendor/doc-util

This file was deleted.

This file was deleted.

Loading

0 comments on commit b5b34c8

Please sign in to comment.