From 0bc876dc0281c0f86d36f2974c822bf32cefa747 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 25 Jun 2024 13:54:04 -0700 Subject: [PATCH] fix deployment args --- charts/crisp-status-local/Chart.yaml | 2 +- charts/crisp-status-local/templates/deployment.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/crisp-status-local/Chart.yaml b/charts/crisp-status-local/Chart.yaml index 3559ab7..f96343b 100644 --- a/charts/crisp-status-local/Chart.yaml +++ b/charts/crisp-status-local/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/crisp-status-local/templates/deployment.yaml b/charts/crisp-status-local/templates/deployment.yaml index 7a4e728..583e2b5 100644 --- a/charts/crisp-status-local/templates/deployment.yaml +++ b/charts/crisp-status-local/templates/deployment.yaml @@ -37,7 +37,8 @@ spec: command: - crisp-status-local args: - - -c /var/lib/crisp-status-local/config.toml + - -c + - /var/lib/crisp-status-local/config.toml {{- with .Values.args }} {{- toYaml . | nindent 12 }} {{- end }}