Mirrors the grafana example shape: env.sh sets the harmony_config namespace + a local sqlite store, main.rs composes a single gitea_helm_chart_score and hands it to harmony_cli::run. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 lines
202 B
Bash
6 lines
202 B
Bash
export HARMONY_SECRET_NAMESPACE=example-gitea
|
|
export HARMONY_SECRET_STORE=file
|
|
export HARMONY_DATABASE_URL=sqlite://harmony_gitea.sqlite
|
|
export RUST_LOG=harmony=debug
|
|
export HARMONY_USE_LOCAL_K3D=false
|