fix mistake in gui test

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-12 15:11:11 +02:00
parent ddeaf81b2d
commit 0e98c87f88
@@ -299,7 +299,7 @@ questions:
hidden: true hidden: true
- variable: type - variable: type
label: "(Advanced) Type of Storage" label: "(Advanced) Type of Storage"
description: "Type of storage. Warning: Anything other than pvc will not work with rollback!"" description: "Type of storage. Warning: Anything other than pvc will not work with rollback!"
schema: schema:
type: string type: string
default: "pvc" default: "pvc"
@@ -725,13 +725,11 @@ questions:
schema: schema:
type: boolean type: boolean
default: false default: false
show_subquestions_if: true - variable: ingressClassName
subquestions: label: "IngressClass Name"
- variable: ingressClassName schema:
label: "IngressClass Name" type: string
schema: default: ""
type: string
default: ""
- variable: labelsList - variable: labelsList
label: "Labels" label: "Labels"
schema: schema: