baseline/manifests/keel.jsonnet

14 lines
203 B
Text
Raw Normal View History

local app = import "_templates/argocd_app.libsonnet";
[
2022-04-16 08:13:51 +00:00
app + {
chart:: "keel",
repo:: "https://charts.keel.sh",
2023-06-26 08:44:06 +00:00
version:: "1.0.*",
values:: |||
helmProvider:
enabled: false
|||
}
]