fix repo server extraContainers values unused (#953)

Signed-off-by: keiSunagawa <keisunagawa.git@icloud.com>
This commit is contained in:
keiSunagawa 2021-09-29 18:07:01 +09:00 committed by GitHub
parent 0fe9ec1add
commit 73d1aedaec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -114,7 +114,7 @@ spec:
failureThreshold: {{ .Values.repoServer.readinessProbe.failureThreshold }}
resources:
{{- toYaml .Values.repoServer.resources | nindent 10 }}
{{- with .Values.controller.extraContainers }}
{{- with .Values.repoServer.extraContainers }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- if .Values.repoServer.nodeSelector }}