From 06fbf86320b7af59f3015f8fd553fcbdf8f4a0b8 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 2 May 2022 22:06:29 +0500 Subject: [PATCH] Add host path ref to syncthing app --- charts/syncthing/1.0.0/questions.yaml | 2 ++ test/syncthing/1.0.0/questions.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/charts/syncthing/1.0.0/questions.yaml b/charts/syncthing/1.0.0/questions.yaml index 14d2bdb31b..722b7c5210 100644 --- a/charts/syncthing/1.0.0/questions.yaml +++ b/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" diff --git a/test/syncthing/1.0.0/questions.yaml b/test/syncthing/1.0.0/questions.yaml index 14d2bdb31b..722b7c5210 100644 --- a/test/syncthing/1.0.0/questions.yaml +++ b/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"