Quellcode durchsuchen

Add host path ref to syncthing app

sonicaj vor 3 Jahren
Ursprung
Commit
06fbf86320
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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"