From 2653825ac8880c34e79533331087d603ad341c21 Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Sat, 8 Mar 2025 16:35:08 -0500 Subject: [PATCH] implement hull helm chart --- .gitignore | 1 + helm/ambient-local-exporter/values.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 602aaf7..464a411 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ docker-compose.yml .vscode helm/values*.y*ml +helm_upgrade.sh diff --git a/helm/ambient-local-exporter/values.yaml b/helm/ambient-local-exporter/values.yaml index d4ffb70..c977163 100644 --- a/helm/ambient-local-exporter/values.yaml +++ b/helm/ambient-local-exporter/values.yaml @@ -133,6 +133,9 @@ hull: repository: _HT*hull.config.settings.repo tag: _HT!{{ printf "v%s" _HT*hull.config.settings.tag }} imagePullPolicy: Always + args: + - -config + - /app/config.yaml ports: http: containerPort: _HT*hull.config.settings.httpPort