Add support for defining arguments
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user