Update charts/argo-rollouts/templates/controller/deployment.yaml
Co-authored-by: Aikawa <yu.croco@gmail.com> Signed-off-by: AviorSchreiber <80765239+AviorSchreiber@users.noreply.github.com>
This commit is contained in:
parent
473346407a
commit
3d4528fe7b
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ spec:
|
||||||
{{- toYaml .Values.controller.readinessProbe | nindent 10 }}
|
{{- toYaml .Values.controller.readinessProbe | nindent 10 }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.containerSecurityContext | nindent 10 }}
|
{{- toYaml .Values.containerSecurityContext | nindent 10 }}
|
||||||
{{- if .Values.controller.lifecycle }}
|
{{- with .Values.controller.lifecycle }}
|
||||||
lifecycle: {{ toYaml .Values.controller.lifecycle | nindent 10 }}
|
lifecycle: {{ toYaml . | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.controller.resources | nindent 10 }}
|
{{- toYaml .Values.controller.resources | nindent 10 }}
|
||||||
|
|
Loading…
Reference in a new issue