mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 08:34:22 +00:00
Temporary switch to staging acme url
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# /clusters/prod/vars.yaml
|
||||
# /clusters/prod/cluster-vars.yaml
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
spec:
|
||||
acme:
|
||||
email: ${LETSENCRYPT_EMAIL}
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
privateKeySecretRef:
|
||||
name: cloudflare-prod-issuer-account-key
|
||||
solvers:
|
||||
|
||||
Reference in New Issue
Block a user