This is a Helm Chart for Krateo Backend.
Krateo Backend needs etcd installed as a storage layer. The easiest way to install it is the following:
helm install etcd bitnami/etcd --version 10.2.2 \
--set auth.rbac.create=false
kubectl wait --for=condition=Ready=True pod -l app.kubernetes.io/name=etcd --timeout=300s
Note
Etcd and Backend must be installed in the same namespace.
helm repo add krateo https://charts.krateo.io
helm repo update krateo
helm install backend krateo/backend