fix(hostname): in question module
This commit is contained in:
parent
c97d6d8164
commit
01bb875809
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user