From 01bb875809eb5b4b31bb3045504dce65a8dc1d5e Mon Sep 17 00:00:00 2001 From: sido Date: Fri, 22 Jun 2018 23:08:14 +0200 Subject: [PATCH] fix(hostname): in question module --- httpd/v1.0.0/questions.yml | 6 +++--- httpd/v1.0.0/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/httpd/v1.0.0/questions.yml b/httpd/v1.0.0/questions.yml index 82e8577..1140709 100644 --- a/httpd/v1.0.0/questions.yml +++ b/httpd/v1.0.0/questions.yml @@ -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 diff --git a/httpd/v1.0.0/values.yaml b/httpd/v1.0.0/values.yaml index b287580..03f1869 100644 --- a/httpd/v1.0.0/values.yaml +++ b/httpd/v1.0.0/values.yaml @@ -27,7 +27,7 @@ ingress: # kubernetes.io/tls-acme: "true" path: / hosts: - - { httpd.hostname } + - molgenis.local tls: [] # - secretName: chart-example-tls # hosts: