Skip to content

Commit

Permalink
fix args command
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOLLOT committed Dec 19, 2023
1 parent a320768 commit 8f3205d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
args:
- "server"
- "--config"
- "start"
- "--config-file"
- "{{ .Values.configFilePath }}"
- "--log-format"
- "{{ .Values.logFormat }}"
Expand Down

0 comments on commit 8f3205d

Please sign in to comment.