From bef88d4a317aa9b0accfbca4ccbc112b9f8cae20 Mon Sep 17 00:00:00 2001 From: shucheng Date: Wed, 10 Oct 2018 15:26:33 +0800 Subject: [PATCH] update --- templates/ingress/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ingress/ingress.yaml b/templates/ingress/ingress.yaml index 2a6dc89..3deffa4 100644 --- a/templates/ingress/ingress.yaml +++ b/templates/ingress/ingress.yaml @@ -2,7 +2,7 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: - name: "{{ template "harbor.fullname" . }}-ingress" + name: "{{ template "harbor.fullname" . }}" labels: {{ include "harbor.labels" . | indent 4 }} annotations: -- 2.26.0