File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
resources :
2
2
- namespace.yaml
3
3
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
8
7
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
13
12
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
18
17
releaseName : grafana
19
- values : ./grafana/values.yaml
18
+ namespace : observability
19
+ valuesFile : ./grafana/values.yaml
You can’t perform that action at this time.
0 commit comments