소스 검색

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"