From 051489765261c3503589eb98ef52675f929aa89e Mon Sep 17 00:00:00 2001 From: John Karasev Date: Mon, 25 Jan 2021 11:35:27 -0800 Subject: [PATCH] fix value path for controller service type --- templates/controller-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/controller-service.yaml b/templates/controller-service.yaml index 29448d6..95054e1 100644 --- a/templates/controller-service.yaml +++ b/templates/controller-service.yaml @@ -9,7 +9,7 @@ metadata: heritage: {{ .Release.Service }} release: {{ .Release.Name }} spec: - type: {{ .Values.controller.type }} + type: {{ .Values.controller.service.type }} ports: - name: controller port: {{ .Values.controller.service.port }}