fix(hostname): in question module
This commit is contained in:
parent
c97d6d8164
commit
01bb875809
@ -42,10 +42,10 @@ questions:
|
||||
show_subquestion_if: true
|
||||
group: "Services and Load Balancing"
|
||||
subquestions:
|
||||
- variable: httpd.hostname
|
||||
- variable: ingress.hosts[0].name
|
||||
default: ""
|
||||
description: "Hostname to your stack (comma separated)"
|
||||
type: string
|
||||
description: "Hostname to your stack"
|
||||
type: hostname
|
||||
required: true
|
||||
label: Hostname
|
||||
- variable: httpd.proxy
|
||||
|
@ -27,7 +27,7 @@ ingress:
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
path: /
|
||||
hosts:
|
||||
- { httpd.hostname }
|
||||
- molgenis.local
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user