mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-07 05:25:12 +00:00
fix strategy spec
This commit is contained in:
@@ -13,7 +13,8 @@ metadata:
|
||||
spec:
|
||||
replicas: {{ .Values.transcoder.replicaCount }}
|
||||
{{- with .Values.transcoder.updateStrategy }}
|
||||
strategy: {{ . }}
|
||||
strategy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user