From 68fd00dac6589a7ae44cc338603864aa9319168c Mon Sep 17 00:00:00 2001 From: Vadim Hatsura Date: Wed, 12 Feb 2020 19:05:18 +0300 Subject: [PATCH] Fix template name --- apm-server/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-server/templates/ingress.yaml b/apm-server/templates/ingress.yaml index 12681548f..bfaa0f0e5 100644 --- a/apm-server/templates/ingress.yaml +++ b/apm-server/templates/ingress.yaml @@ -1,5 +1,5 @@ {{- if .Values.ingress.enabled -}} -{{- $fullName := include "fullname" . -}} +{{- $fullName := include "apm.fullname" . -}} {{- $servicePort := .Values.service.port -}} {{- $ingressPath := .Values.ingress.path -}} apiVersion: {{ template "apm.ingress.apiVersion" . }}