Skip to content

Commit

Permalink
Fix wrong flag name for log-format in helm template
Browse files Browse the repository at this point in the history
Signed-off-by: M Essam Hamed <github@messam.xyz>
  • Loading branch information
mohamed-essam committed Jan 22, 2024
1 parent ad36db3 commit c2104a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/sealed-secrets/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
- {{ .Values.logLevel }}
{{- end }}
{{- if .Values.logFormat }}
- --log-level
- --log-format
- {{ .Values.logFormat }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit c2104a7

Please sign in to comment.