It is a sequence of hosts.
I’d like to fill the value of host using the questions.yaml file?
But how can I define this nested variable?
Which is the right syntax?
I’ve tried this, but doesn’t work:
- variable: ingress.hosts[0].host
default: "some-name.tld"
description: "The url of the site"
type: string
required: true
label: "Site url"