commit 8146a68aa8a5a10f84ca0a5010c8ec56eaa1abfe parent 597fd4f5a03b01eac6106be0e647ccac7dbc4677 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:47:03 +0100 fix syntax Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/opencost/release.yaml | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/apps/talos_cluster/opencost/release.yaml b/apps/talos_cluster/opencost/release.yaml @@ -25,10 +25,8 @@ spec: exporter: defaultCloudBackend: custom extraEnv: - - name: USE_CSV_PROVIDER - value: "true" - - name: CSV_PATH - value: /etc/opencost/pricing/hetzner.csv + USE_CSV_PROVIDER: "true" + CSV_PATH: "/etc/opencost/pricing/hetzner.csv" extraVolumeMounts: - name: hetzner-pricing mountPath: /etc/opencost/pricing