Răsfoiți Sursa

Add host path ref to syncthing app

sonicaj 3 ani în urmă
părinte
comite
06fbf86320

+ 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"