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
14
k8s-manifests/keel.jsonnet
Normal file
14
k8s-manifests/keel.jsonnet
Normal file
|
@ -0,0 +1,14 @@
|
|||
# vim:expandtab:
|
||||
local helmapp = import "../_templates/argo_helm_app.template";
|
||||
|
||||
[
|
||||
helmapp + {
|
||||
name:: "keel",
|
||||
repo:: "https://charts.keel.sh",
|
||||
version:: "0.9.10",
|
||||
values:: |||
|
||||
helmProvider:
|
||||
enabled: false
|
||||
|||
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue