init
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
groups:
|
||||||
|
- name: "Let's Encrypt Config"
|
||||||
|
description: "Let's Encrypt configuration details for cert-manager "
|
||||||
|
questions:
|
||||||
|
- variable: email
|
||||||
|
description: "Let's Encrypt Email"
|
||||||
|
group: "Let's Encrypt Config"
|
||||||
|
label: "Let's Encrypt Email"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ spec:
|
|||||||
# The ACME server URL
|
# The ACME server URL
|
||||||
server: https://acme-v02.api.letsencrypt.org/directory
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
# Email address used for ACME registration
|
# Email address used for ACME registration
|
||||||
email: ducoterra@icloud.com
|
email: {{ .Values.letsencrypt.email }}
|
||||||
# Name of a secret used to store the ACME account private key
|
# Name of a secret used to store the ACME account private key
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt-prod
|
name: letsencrypt-prod
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ spec:
|
|||||||
# The ACME server URL
|
# The ACME server URL
|
||||||
server: https://acme-v02.api.letsencrypt.org/directory
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
# Email address used for ACME registration
|
# Email address used for ACME registration
|
||||||
email: ducoterra@icloud.com
|
email: {{ .Values.letsencrypt.email }}
|
||||||
# Name of a secret used to store the ACME account private key
|
# Name of a secret used to store the ACME account private key
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt-prod
|
name: letsencrypt-prod
|
||||||
|
|||||||
Reference in New Issue
Block a user