From 24781ff4ff656256bb183dc3d3d4f1e518339a9b Mon Sep 17 00:00:00 2001 From: sido Date: Fri, 28 Sep 2018 08:17:50 +0200 Subject: [PATCH] updated label in ingress --- molgenis-nexus/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molgenis-nexus/templates/ingress.yaml b/molgenis-nexus/templates/ingress.yaml index 3cae610..50a4252 100644 --- a/molgenis-nexus/templates/ingress.yaml +++ b/molgenis-nexus/templates/ingress.yaml @@ -5,7 +5,7 @@ kind: Ingress metadata: name: "{{ $.Release.Name }}-ingress" labels: - app: httpd + app: {{ $.Values.nexusProxy.name }} chart: "{{ $.Chart.Name }}-{{ $.Chart.Version }}" release: "{{ $.Release.Name }}" heritage: "{{ $.Release.Service }}"