Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Fix template name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Hatsura committed Feb 24, 2020
1 parent 39601c9 commit 68fd00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apm-server/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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" . }}
Expand Down

0 comments on commit 68fd00d

Please sign in to comment.