mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-04 12:25:59 +00:00
feat(chart): add ResourceClaimTemplates support for transcoder DRA
This commit is contained in:
@@ -37,6 +37,13 @@ spec:
|
||||
{{- with .Values.transcoder.runtimeClass }}
|
||||
runtimeClassName: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.resourceClaims }}
|
||||
resourceClaims:
|
||||
{{- range . }}
|
||||
- name: {{ .name }}
|
||||
resourceClaimTemplateName: {{ .resourceClaimTemplateName }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.transcoder.imagePullSecrets | default .Values.global.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
||||
Reference in New Issue
Block a user