Update charts/argo-rollouts/templates/controller/deployment.yaml
Co-authored-by: JM (Jason Meridth) <jmeridth@gmail.com> Signed-off-by: AviorSchreiber <80765239+AviorSchreiber@users.noreply.github.com>
This commit is contained in:
parent
3d4528fe7b
commit
df59c412b7
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ spec:
|
|||
{{- end }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||
{{- if .Values.controller.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ .Values.controller.terminationGracePeriodSeconds }}
|
||||
{{- with .Values.controller.terminationGracePeriodSeconds }}
|
||||
terminationGracePeriodSeconds: {{ . }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.tolerations }}
|
||||
tolerations:
|
||||
|
|
Loading…
Reference in a new issue