Sebastian Mark
73a451ff97
- Rename all `k8s-manifests` subdirectories and files to `manifests`
- Update all file paths in `argocd-init.yml` to reflect the new directory name
🤖
13 lines
206 B
Text
13 lines
206 B
Text
local app = import "../_templates/argocd_app.libsonnet";
|
|
|
|
[
|
|
app + {
|
|
chart:: "keel",
|
|
repo:: "https://charts.keel.sh",
|
|
version:: "1.0.*",
|
|
values:: |||
|
|
helmProvider:
|
|
enabled: false
|
|
|||
|
|
}
|
|
]
|