From 1f4e51d829b1b7752edae7353001f2545f1316dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Sun, 13 Dec 2020 15:21:43 +0100 Subject: [PATCH] Refactor ingress.yaml(s) and issuer.yaml(S) --- deployment/digital-ocean/https/templates/issuer.template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/digital-ocean/https/templates/issuer.template.yaml b/deployment/digital-ocean/https/templates/issuer.template.yaml index cff332162..47b90a3b9 100644 --- a/deployment/digital-ocean/https/templates/issuer.template.yaml +++ b/deployment/digital-ocean/https/templates/issuer.template.yaml @@ -1,4 +1,5 @@ --- + # used while installation as first setup for testing purposes, recognize 'server: https://acme-staging-v02…' apiVersion: certmanager.k8s.io/v1alpha1 kind: Issuer metadata: @@ -16,6 +17,7 @@ # Enable the HTTP-01 challenge provider http01: {} --- + # used after installation for production, recognize 'server: https://acme-v02…' apiVersion: certmanager.k8s.io/v1alpha1 kind: Issuer metadata: