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 }} {{- if .Values.redis.enabled }}
- --redis - --redis
- {{ template "argo-cd.redis.fullname" . }}:{{ .Values.redis.servicePort }} - {{ template "argo-cd.redis.fullname" . }}:{{ .Values.redis.servicePort }}
{{- end }} {{- Send }}
- --loglevel - --loglevel
- {{ .Values.repoServer.logLevel }} - {{ .Values.repoServer.logLevel }}
<<<<<<< HEAD
{{- with .Values.repoServer.extraArgs }} {{- with .Values.repoServer.extraArgs }}
{{- . | toYaml | nindent 8 }} {{- . | toYaml | nindent 8 }}
=======
{{- with .Values.controller.extraArgs }}
{{ . | toYaml | nindent 8 }}
>>>>>>> feat: extraArgs allows same flag multiple times
{{- end }} {{- end }}
{{- if .Values.repoServer.containerSecurityContext }} {{- if .Values.repoServer.containerSecurityContext }}
securityContext: {{- toYaml .Values.repoServer.containerSecurityContext | nindent 10 }} securityContext: {{- toYaml .Values.repoServer.containerSecurityContext | nindent 10 }}