Commit f8f1e483 by Shawn T O'Neil Committed by Denise Schannon

updated questions.yaml to match values.yaml (#322)

* fix traefik chart for acme email * fix traefik chart for acme others
parent f3302d17
......@@ -67,27 +67,27 @@ questions:
group: "Lets Encrypt (ACME Protocol)"
show_if: "ssl.enabled=true"
subquestions:
- variable: ssl.email
- variable: acme.email
type: string
default: "admin@example.com"
description: "E-Mail Adress to use"
label: E-Mail
- variable: ssl.onHostRule
- variable: acme.onHostRule
type: boolean
default: true
description: "Generate Lets Encrypt Certificates on the Fly"
label: On Host
- variable: ssl.staging
- variable: acme.staging
type: boolean
default: true
description: "Generate Test Lets Encrypt Certificates to not use the Rate Limit"
label: Test Certificates (Staging)
- variable: ssl.logging
- variable: acme.logging
type: boolean
default: true
description: "Activate Lets Encrypt Logging"
label: Logging
- variable: ssl.challengeType
- variable: acme.challengeType
type: enum
options:
- "tls-alpn-01"
......@@ -118,4 +118,4 @@ questions:
type: string
default: ""
description: "Basic-Aut Protection for Dashboard"
label: Basic Auth
\ No newline at end of file
label: Basic Auth
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment