浏览代码

Add host path ref to syncthing app

sonicaj 3 年之前
父节点
当前提交
06fbf86320
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      charts/syncthing/1.0.0/questions.yaml
  2. 2 0
      test/syncthing/1.0.0/questions.yaml

+ 2 - 0
charts/syncthing/1.0.0/questions.yaml

@@ -160,6 +160,8 @@ questions:
                       schema:
                         type: hostpath
                         required: true
+                        $ref:
+                          - "validations/hostPath"
 
   - variable: extraAppVolumeMounts
     label: "Extra Host Path Volumes"

+ 2 - 0
test/syncthing/1.0.0/questions.yaml

@@ -160,6 +160,8 @@ questions:
                       schema:
                         type: hostpath
                         required: true
+                        $ref:
+                          - "validations/hostPath"
 
   - variable: extraAppVolumeMounts
     label: "Extra Host Path Volumes"