From f524d97ae49083cd4e194e2c301ed11ffbd2cc1d Mon Sep 17 00:00:00 2001 From: RehanRaza Date: Thu, 26 Aug 2021 16:01:46 +0200 Subject: [PATCH] Fix invalid ingress.yaml in enrichmentservice helm chart Change-Id: If2974ec3997c6cd4cbbea7539fcf1b682bd03d54 Issue-ID: NONRTRIC-574 Signed-off-by: RehanRaza --- nonrtric/helm/enrichmentservice/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonrtric/helm/enrichmentservice/templates/ingress.yaml b/nonrtric/helm/enrichmentservice/templates/ingress.yaml index f7520221..deb3b547 100644 --- a/nonrtric/helm/enrichmentservice/templates/ingress.yaml +++ b/nonrtric/helm/enrichmentservice/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: port: number: {{ .Values.enrichmentservice.service.internalPort1 }} pathType: Prefix - path: "/data-consumer" + - path: "/data-consumer" backend: service: name: {{ include "common.name.enrichmentservice" . }} -- 2.16.6