Restructure and variablize config
This commit is contained in:
parent
419bb286d4
commit
c6eed359e1
14 changed files with 122 additions and 28 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
spec:
|
||||
acme:
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
email: dumpnetcerts@keane.sh
|
||||
email: {{ .Values.certEmail }}
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-prod
|
||||
solvers:
|
||||
|
|
@ -20,7 +20,7 @@ metadata:
|
|||
spec:
|
||||
acme:
|
||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
email: dumpnetcerts@keane.sh
|
||||
email: {{ .Values.certEmail }}
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-staging
|
||||
solvers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue