Update args docs, remove command which is too confusing
This commit is contained in:
parent
9829e09f28
commit
ab283812db
4 changed files with 7 additions and 14 deletions
|
@ -31,11 +31,8 @@ spec:
|
|||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
{{- if .Values.beat.command }}
|
||||
command: {{ .Values.beat.command }}
|
||||
{{- end }}
|
||||
{{- if .Values.beat.args }}
|
||||
args: {{ .Values.beat.args }}
|
||||
args: {{- toYaml .Values.beat.args | nindent 10}}
|
||||
{{- end }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -30,11 +30,8 @@ spec:
|
|||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
{{- if .Values.worker.command }}
|
||||
command: {{ .Values.worker.command }}
|
||||
{{- end }}
|
||||
{{- if .Values.worker.args }}
|
||||
args: {{ .Values.worker.args }}
|
||||
args: {{- toYaml .Values.worker.args | nindent 10}}
|
||||
{{- end }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue