diff --git a/charts/molgenis-website/questions.yml b/charts/molgenis-website/questions.yml index 79f3462..01f2f73 100644 --- a/charts/molgenis-website/questions.yml +++ b/charts/molgenis-website/questions.yml @@ -2,27 +2,17 @@ categories: - MOLGENIS questions: -- variable: ingress.enabled - label: Enable ingress - default: false - description: "Enable ingress" - type: boolean - required: true - group: "Load balancing" -- variable: opencpu.image.repository - label: Registry - default: "registry.hub.docker.com" - description: "Select a registry to pull from" - type: enum - options: - - "registry.hub.docker.com" - - "registry.molgenis.org" +- variable: ingress.hosts[0].name + label: Hostname(s) + default: "site.dev.molgenis.org" + description: "Specify a hostname for this MOLGENIS website instance" + type: hostname required: true group: "Provisioning" -- variable: opencpu.image.tag +- variable: image.image.tag label: Version default: "" - description: "Select a OpenCPU version (check the registry.molgenis.org or hub.docker.com for released tags)" + description: "Select a MOLGENIS website version (check the registry.molgenis.org for released tags)" type: string required: true group: "Provisioning" \ No newline at end of file