From ee442bbb5e350e27b2d9e339477b64e851b05425 Mon Sep 17 00:00:00 2001 From: mengkzhaoyun Date: Wed, 29 May 2019 19:09:40 +0800 Subject: [PATCH] update --- templates/_helpers.tpl | 2 +- values-aliyun.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index ee5e5ba..55288f3 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -269,5 +269,5 @@ host:port,pool_size,password {{- end -}} {{- define "harbor.ingress" -}} - {{- printf "%s-ingress" (include "harbor.fullname" .) -}} + {{- printf "%s" (include "harbor.fullname" .) -}} {{- end -}} \ No newline at end of file diff --git a/values-aliyun.yaml b/values-aliyun.yaml index 88f9fa9..3f20198 100644 --- a/values-aliyun.yaml +++ b/values-aliyun.yaml @@ -6,8 +6,8 @@ expose: hosts: core: hub.wodcloud.local notary: notary.wodcloud.local - annotations: - ingress.kubernetes.io/ssl-redirect: "true" + # annotations: + # ingress.kubernetes.io/ssl-redirect: "true" externalURL: https://hub.wodcloud.local -- 2.26.0