Skip to content

Commit d38a4b1

Browse files
authored
Merge pull request #6078 from sbueringer/pr-fix-tilt-helm-chart-deploy
🐛 tilt: deploy observability tools in correct namespace
2 parents 5352198 + 2dc02db commit d38a4b1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

hack/observability/kustomization.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
resources:
22
- namespace.yaml
33

4-
helmChartInflationGenerator:
5-
- chartName: promtail
6-
chartRepoUrl: https://grafana.github.io/helm-charts
7-
releaseNamespace: observability
4+
helmCharts:
5+
- name: promtail
6+
repo: https://grafana.github.io/helm-charts
87
releaseName: promtail
9-
values: ./promtail/values.yaml
10-
- chartName: loki
11-
chartRepoUrl: https://grafana.github.io/helm-charts
12-
releaseNamespace: observability
8+
namespace: observability
9+
valuesFile: ./promtail/values.yaml
10+
- name: loki
11+
repo: https://grafana.github.io/helm-charts
1312
releaseName: loki
14-
values: ./loki/values.yaml
15-
- chartName: grafana
16-
chartRepoUrl: https://grafana.github.io/helm-charts
17-
releaseNamespace: observability
13+
namespace: observability
14+
valuesFile: ./loki/values.yaml
15+
- name: grafana
16+
repo: https://grafana.github.io/helm-charts
1817
releaseName: grafana
19-
values: ./grafana/values.yaml
18+
namespace: observability
19+
valuesFile: ./grafana/values.yaml

0 commit comments

Comments
 (0)