feat(argo-cd): enable support for lifecycle hooks on ArgoCD Server (#547)

Signed-off-by: Leonardo Murillo <leonardo@murillodigital.com>
This commit is contained in:
Leonardo Murillo 2021-02-03 07:51:58 -06:00 committed by GitHub
parent 18fa697c1a
commit dee9f7de62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 1 deletions

View file

@ -120,6 +120,10 @@ spec:
failureThreshold: {{ .Values.server.readinessProbe.failureThreshold }}
resources:
{{- toYaml .Values.server.resources | nindent 10 }}
{{- if .Values.server.lifecycle }}
lifecycle:
{{- toYaml .Values.server.lifecycle | nindent 10 }}
{{- end }}
{{- if .Values.server.extraContainers }}
{{- toYaml .Values.server.extraContainers | nindent 6 }}
{{- end }}