fix(argo-rollouts): Removed duplicated resources declaration (#757)
Signed-off-by: flavio.lemos <flavio.lemos@farfetch.com> Signed-off-by: Mark Robinson <mrobinson@plaid.com>
This commit is contained in:
parent
2324ffe479
commit
b2aafe85e1
1 changed files with 0 additions and 2 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…
Reference in a new issue