Browse Source

Add host path ref to syncthing app

sonicaj 3 years ago
parent
commit
06fbf86320
2 changed files with 4 additions and 0 deletions
  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"