Merge pull request #13 from zerotier:args-fix

fix deployment args
This commit is contained in:
Grant Limberg
2024-06-25 13:55:15 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -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 }}