FORMAT: use jsonnet for templating
* add jsonnet templates * rewrite all charts to jsonnet
This commit is contained in:
parent
bf2aa26963
commit
e2fe9bb682
19 changed files with 244 additions and 237 deletions
10
k8s-manifests/reloader.jsonnet
Normal file
10
k8s-manifests/reloader.jsonnet
Normal file
|
@ -0,0 +1,10 @@
|
|||
# vim:expandtab:
|
||||
local helmapp = import "../_templates/argo_helm_app.template";
|
||||
|
||||
[
|
||||
helmapp + {
|
||||
name:: "reloader",
|
||||
repo:: "https://stakater.github.io/stakater-charts",
|
||||
version:: "v0.0.110"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue