Commit 9e3834c5 authored by Waqar Ahmed's avatar Waqar Ahmed

Add support for defining arguments

parent 1059fec2
......@@ -25,3 +25,9 @@ spec:
- {{ . | quote}}
{{- end }}
{{- end }}
{{- if .Values.container.args }}
args:
{{- range .Values.container.args }}
- {{ . | quote}}
{{- end }}
{{- end }}
......@@ -17,3 +17,4 @@ fullnameOverride: ""
# Container CMD / entrypoint
container:
command: []
args: []
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment