Browse Source

Fix emby CI values

sonicaj 3 năm trước cách đây
mục cha
commit
7a2db618ff
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      charts/emby/1.0.5/test_values.yaml
  2. 1 1
      test/emby/1.0.5/test_values.yaml

+ 1 - 1
charts/emby/1.0.5/test_values.yaml

@@ -7,7 +7,7 @@ embyServerHttp:
 emptyDirVolumes: true
 environmentVariables: []
 extraAppVolumeMounts:
-- hostPath: /mnt/extras
+- hostPath: /mnt/extras/something
   mountPath: /mnt/extras
   readOnly: true
 gpuConfiguration: {}

+ 1 - 1
test/emby/1.0.5/test_values.yaml

@@ -7,7 +7,7 @@ embyServerHttp:
 emptyDirVolumes: true
 environmentVariables: []
 extraAppVolumeMounts:
-- hostPath: /mnt/extras
+- hostPath: /mnt/extras/something
   mountPath: /mnt/extras
   readOnly: true
 gpuConfiguration: {}