fix: rebase conflict
This commit is contained in:
parent
d4c9011e17
commit
7335409a05
1 changed files with 1 additions and 6 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue