mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
fix extraContainers
This commit is contained in:
parent
03992e1b2b
commit
98e3c111b6
@ -84,7 +84,7 @@ spec:
|
||||
volumeMounts:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.autosync.kyoo_autosync.extraContainers }}
|
||||
{{- with .Values.autosync.extraContainers }}
|
||||
{{- tpl (toYaml .) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.autosync.extraInitContainers }}
|
||||
|
@ -183,7 +183,7 @@ spec:
|
||||
{{- with .Values.back.kyoo_back.extraVolumeMounts }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.back.kyoo_back.extraContainers }}
|
||||
{{- with .Values.back.extraContainers }}
|
||||
{{- tpl (toYaml .) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
|
@ -76,7 +76,7 @@ spec:
|
||||
volumeMounts:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.front.kyoo_front.extraContainers }}
|
||||
{{- with .Values.front.extraContainers }}
|
||||
{{- tpl (toYaml .) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.front.extraInitContainers }}
|
||||
|
@ -108,7 +108,7 @@ spec:
|
||||
volumeMounts:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.matcher.kyoo_matcher.extraContainers }}
|
||||
{{- with .Values.matcher.extraContainers }}
|
||||
{{- tpl (toYaml .) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.matcher.extraInitContainers }}
|
||||
|
@ -100,7 +100,7 @@ spec:
|
||||
{{- with .Values.scanner.kyoo_scanner.extraVolumeMounts }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.scanner.kyoo_scanner.extraContainers }}
|
||||
{{- with .Values.scanner.extraContainers }}
|
||||
{{- tpl (toYaml .) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.scanner.extraInitContainers }}
|
||||
|
@ -110,7 +110,7 @@ spec:
|
||||
{{- with .Values.transcoder.kyoo_transcoder.extraVolumeMounts }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.kyoo_transcoder.extraContainers }}
|
||||
{{- with .Values.transcoder.extraContainers }}
|
||||
{{- tpl (toYaml .) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.extraInitContainers }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user