1
0
Fork 0

fix(hostname): in question module

This commit is contained in:
sido 2018-06-22 23:08:14 +02:00
parent c97d6d8164
commit 01bb875809
2 changed files with 4 additions and 4 deletions

View File

@ -42,10 +42,10 @@ questions:
show_subquestion_if: true show_subquestion_if: true
group: "Services and Load Balancing" group: "Services and Load Balancing"
subquestions: subquestions:
- variable: httpd.hostname - variable: ingress.hosts[0].name
default: "" default: ""
description: "Hostname to your stack (comma separated)" description: "Hostname to your stack"
type: string type: hostname
required: true required: true
label: Hostname label: Hostname
- variable: httpd.proxy - variable: httpd.proxy

View File

@ -27,7 +27,7 @@ ingress:
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
path: / path: /
hosts: hosts:
- { httpd.hostname } - molgenis.local
tls: [] tls: []
# - secretName: chart-example-tls # - secretName: chart-example-tls
# hosts: # hosts: