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