mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
add groups for gpu automatically (#2249)
This commit is contained in:
@@ -4,7 +4,7 @@ description: Emby is designed to help you manage your personal media library, su
|
||||
annotations:
|
||||
title: Emby Server
|
||||
type: application
|
||||
version: 2.0.4
|
||||
version: 2.0.5
|
||||
apiVersion: v2
|
||||
appVersion: 4.8.3.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -28,6 +28,10 @@ workload:
|
||||
fixedEnv:
|
||||
PUID: {{ .Values.embyID.user }}
|
||||
{{ with .Values.embyConfig.additionalEnvs }}
|
||||
{{ if .Values.embyGPU }}
|
||||
env:
|
||||
GIDLIST: 44,107
|
||||
{{ end }}
|
||||
envList:
|
||||
{{ range $env := . }}
|
||||
- name: {{ $env.name }}
|
||||
|
||||
Reference in New Issue
Block a user