diff options
author | Amit Rathi <amit@hypertrack.io> | 2018-11-16 01:09:02 +0530 |
---|---|---|
committer | Amit Rathi <amit@hypertrack.io> | 2018-11-16 01:09:02 +0530 |
commit | f0bdf34f72e9b79b4fda7a2fbc00a235b43c730d (patch) | |
tree | 5cbc128644ea833ef7b8b09ef1ff25409a417a9b /vendor/cert_manager | |
parent | adfaafe7b07a14ba502b483233c316c85aacecde (diff) | |
download | gitlab-ce-f0bdf34f72e9b79b4fda7a2fbc00a235b43c730d.tar.gz |
Move ingress shim config from --set to values.yaml
Diffstat (limited to 'vendor/cert_manager')
-rw-r--r-- | vendor/cert_manager/values.yaml | 5 |
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" |