Commit 9d4d8852 by Shawn T O'Neil Committed by Denise

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

* fix traefik chart for acme email * fix traefik chart for acme others
parent 3d80efb3
...@@ -67,27 +67,27 @@ questions: ...@@ -67,27 +67,27 @@ questions:
group: "Lets Encrypt (ACME Protocol)" group: "Lets Encrypt (ACME Protocol)"
show_if: "ssl.enabled=true" show_if: "ssl.enabled=true"
subquestions: subquestions:
- variable: ssl.email - variable: acme.email
type: string type: string
default: "admin@example.com" default: "admin@example.com"
description: "E-Mail Adress to use" description: "E-Mail Adress to use"
label: E-Mail label: E-Mail
- variable: ssl.onHostRule - variable: acme.onHostRule
type: boolean type: boolean
default: true default: true
description: "Generate Lets Encrypt Certificates on the Fly" description: "Generate Lets Encrypt Certificates on the Fly"
label: On Host label: On Host
- variable: ssl.staging - variable: acme.staging
type: boolean type: boolean
default: true default: true
description: "Generate Test Lets Encrypt Certificates to not use the Rate Limit" description: "Generate Test Lets Encrypt Certificates to not use the Rate Limit"
label: Test Certificates (Staging) label: Test Certificates (Staging)
- variable: ssl.logging - variable: acme.logging
type: boolean type: boolean
default: true default: true
description: "Activate Lets Encrypt Logging" description: "Activate Lets Encrypt Logging"
label: Logging label: Logging
- variable: ssl.challengeType - variable: acme.challengeType
type: enum type: enum
options: options:
- "tls-alpn-01" - "tls-alpn-01"
......
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