Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/cert_manager')
-rw-r--r--vendor/cert_manager/values.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/cert_manager/values.yaml b/vendor/cert_manager/values.yaml
index e69de29bb2d..4515e3e39c7 100644
--- a/vendor/cert_manager/values.yaml
+++ b/vendor/cert_manager/values.yaml
@@ -0,0 +1,5 @@
+# These options provide fully automated TLS.
+# See https://github.com/jetstack/cert-manager/blob/master/docs/reference/ingress-shim.rst#configuration
+ingressShim:
+ defaultIssuerKind: "ClusterIssuer"
+ defaultIssuerName: "letsencrypt-prod"