REFACTOR: merge templates into one
This commit is contained in:
parent
1953320691
commit
80e517c656
10 changed files with 99 additions and 105 deletions
|
@ -1,11 +1,11 @@
|
|||
local helmapp = import "../../_templates/argo_helm_app.libsonnet";
|
||||
local app = import "../../_templates/argocd_app.libsonnet";
|
||||
|
||||
[
|
||||
helmapp + {
|
||||
app + {
|
||||
name:: "loki",
|
||||
namespace:: "metrics",
|
||||
repo:: "https://grafana.github.io/helm-charts",
|
||||
chart:: "loki-stack",
|
||||
repo:: "https://grafana.github.io/helm-charts",
|
||||
version:: "2.6.*",
|
||||
values:: |||
|
||||
loki:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue