Update args docs, remove command which is too confusing

This commit is contained in:
David Burke 2021-06-03 16:12:52 -04:00
parent 9829e09f28
commit ab283812db
4 changed files with 7 additions and 14 deletions

View file

@ -32,11 +32,8 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
- name: {{ .Chart.Name }}
{{- if .Values.web.command }}
command: {{ .Values.web.command }}
{{- end }}
{{- if .Values.web.args }}
args: {{ .Values.web.args }}
args: {{- toYaml .Values.web.args | nindent 10}}
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}