This commit is contained in:
ducoterra
2021-08-27 23:59:52 -04:00
parent e504244e7a
commit 234037239f
4 changed files with 12 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1 +0,0 @@
kubectl config set current-context k3os-alpha.dnet-admin-nginx