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:
authorAmit Rathi <amit@hypertrack.io>2018-11-15 22:39:02 +0300
committerAmit Rathi <amit@hypertrack.io>2018-11-15 22:39:02 +0300
commitf0bdf34f72e9b79b4fda7a2fbc00a235b43c730d (patch)
tree5cbc128644ea833ef7b8b09ef1ff25409a417a9b /vendor/cert_manager
parentadfaafe7b07a14ba502b483233c316c85aacecde (diff)
Move ingress shim config from --set to values.yaml
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"