diff --git a/README.md b/README.md index f7c16d2..c1cceb9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,64 @@ helm repo add odigos https://keyval-dev.github.io/odigos-charts/ Install chart: ```console -helm install my-odigos odigos/odigos --namespace odigos-system --create-namespace +helm repo update +helm upgrade --install odigos odigos/odigos --namespace odigos-system --create-namespace +``` + +Create community configuration: +```console +#!/usr/bin/env bash + +cat <