thirdparty-ops-docker-helm/charts/molgenis-website/questions.yml

18 lines
476 B
YAML
Raw Permalink Normal View History

2018-11-08 22:18:48 +01:00
categories:
- MOLGENIS
questions:
- variable: ingress.hosts[0].name
label: Hostname(s)
default: "site.dev.molgenis.org"
description: "Specify a hostname for this MOLGENIS website instance"
type: string
2018-11-08 22:18:48 +01:00
required: true
group: "Loadbalancing"
- variable: image.image.tag
2018-11-08 22:18:48 +01:00
label: Version
default: "latest"
description: "Select a MOLGENIS website version (check the registry.molgenis.org for released tags)"
2018-11-08 22:18:48 +01:00
type: string
required: true
group: "Provisioning"