first commit

This commit is contained in:
Nikolai Rodionov
2023-01-15 20:39:00 +01:00
commit fc346d45f1
11 changed files with 1352 additions and 0 deletions

14
examples/helmfile.yaml Normal file
View File

@ -0,0 +1,14 @@
repositories:
- name: keel
url: https://charts.keel.sh
releases:
# -----------------------------
# -- Keel
# -----------------------------
- name: keel
installed: true
namespace: keel-system
createNamespace: true
chart: keel/keel
version: 0.9.11