Skip to content

Commit

Permalink
{chart,scripts}: move datasource test to helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Krupa (paulfantom) <[email protected]>
  • Loading branch information
paulfantom committed Aug 2, 2022
1 parent afb5302 commit 46b7298
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.vscode/
.idea/
chart/Chart.lock
chart/charts/*
chart/charts
tmp/
manifests.yaml
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ helm-install: cert-manager load-images ## This is a phony target that is used t
helm dep up chart/
helm upgrade --install --wait --timeout 15m test chart/

.PHONY: check-datasources
./scripts/check-datasources.sh

manifests.yaml:
helm template --namespace test test chart/ > $@

Expand Down
32 changes: 32 additions & 0 deletions chart/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is the default values for the chart to run in CI system and it can be used as
# a base template for other *-values.yaml files. Only resource requests are nullified
# to allow starting the stack on github action runner and prevent issues related
# to pod scheduling due to insufficient host resources.

timescaledb-single:
resources: null

promscale:
resources: null

kube-prometheus-stack:
alertmanager:
alertmanagerSpec:
resources: null
prometheusOperator:
prometheusConfigReloader:
resources: null
resources: null
prometheus:
prometheusSpec:
resources: null
grafana:
resources: null
kube-state-metrics:
resources: null
prometheus-node-exporter:
resources: null

opentelemetry-operator:
manager:
resources: null
347 changes: 0 additions & 347 deletions chart/ci/e2e-values.yaml

This file was deleted.

Loading

0 comments on commit 46b7298

Please sign in to comment.