fix: rebase conflict

This commit is contained in:
Carlos Juan Gómez Peñalver 2020-03-10 23:08:24 +00:00
parent d4c9011e17
commit 7335409a05

View file

@ -55,16 +55,11 @@ spec:
{{- if .Values.redis.enabled }}
- --redis
- {{ template "argo-cd.redis.fullname" . }}:{{ .Values.redis.servicePort }}
{{- end }}
{{- Send }}
- --loglevel
- {{ .Values.repoServer.logLevel }}
<<<<<<< HEAD
{{- with .Values.repoServer.extraArgs }}
{{- . | toYaml | nindent 8 }}
=======
{{- with .Values.controller.extraArgs }}
{{ . | toYaml | nindent 8 }}
>>>>>>> feat: extraArgs allows same flag multiple times
{{- end }}
{{- if .Values.repoServer.containerSecurityContext }}
securityContext: {{- toYaml .Values.repoServer.containerSecurityContext | nindent 10 }}