fix(argo-rollouts): Removed duplicated resources declaration (#757)
Signed-off-by: flavio.lemos <flavio.lemos@farfetch.com>
This commit is contained in:
parent
7a06415d83
commit
cae5f1d811
2 changed files with 1 additions and 3 deletions
|
|
@ -37,8 +37,6 @@ spec:
|
|||
{{- end }}
|
||||
imagePullPolicy: {{ .Values.controller.image.pullPolicy }}
|
||||
name: {{ .Values.controller.name }}
|
||||
resources:
|
||||
{{- toYaml .Values.controller.resources | nindent 10 }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue