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
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
# 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
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-prod
|
||||
|
||||
@@ -7,7 +7,7 @@ spec:
|
||||
# The ACME server URL
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
# 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
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-prod
|
||||
|
||||
Reference in New Issue
Block a user