Skip to content

Commit

Permalink
[#39] Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 13, 2021
1 parent 4b1e58c commit 67174e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
image: {{ .Values.deployment.image }}:v{{ .Chart.AppVersion }}-x86_64
ports:
- containerPort: 8000
command: ["--server-path-prefix", "{{ .Values.settings.secret_code }}", "--log-level", "{{ .Values.settings.log_level }}"]
args: ["--server-path-prefix", "{{ .Values.settings.secret_code }}", "--log-level", "{{ .Values.settings.log_level }}"]
volumeMounts:
- name: scripts
mountPath: /data/checks
Expand Down

0 comments on commit 67174e2

Please sign in to comment.