From ca695615c562a48cfca9bc7bf1d6031dbde48c73 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 6 Jun 2022 20:12:36 +0500 Subject: [PATCH] Add validation for hostpath in plex app --- test/plex/1.7.7/questions.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/plex/1.7.7/questions.yaml b/test/plex/1.7.7/questions.yaml index 4d8c383aad..7fd2a9c44c 100644 --- a/test/plex/1.7.7/questions.yaml +++ b/test/plex/1.7.7/questions.yaml @@ -185,6 +185,8 @@ questions: schema: type: hostpath required: true + $ref: + - "validations/hostPath" - variable: data label: "Data Volume" schema: @@ -220,6 +222,8 @@ questions: schema: type: hostpath required: true + $ref: + - "validations/hostPath" - variable: config label: "Config Volume" schema: @@ -255,6 +259,8 @@ questions: schema: type: hostpath required: true + $ref: + - "validations/hostPath" - variable: shared label: "Shared Volume" schema: