From cc1d35a615af852d83c6c8043316865aa5ab9414 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 15 Apr 2024 15:51:56 +0300 Subject: [PATCH] fix yaml --- library/ix-dev/charts/nextcloud/templates/_service.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ix-dev/charts/nextcloud/templates/_service.tpl b/library/ix-dev/charts/nextcloud/templates/_service.tpl index 11165ee8be..98c0e633d9 100644 --- a/library/ix-dev/charts/nextcloud/templates/_service.tpl +++ b/library/ix-dev/charts/nextcloud/templates/_service.tpl @@ -3,7 +3,7 @@ service: nextcloud: enabled: true primary: true - {{- if not .Values.ncNetwork.certificateID -}} + {{- if not .Values.ncNetwork.certificateID }} type: NodePort {{- else }} type: ClusterIP @@ -21,7 +21,7 @@ service: {{- end }} targetPort: 80 targetSelector: nextcloud - {{- if .Values.ncNetwork.certificateID -}} + {{- if .Values.ncNetwork.certificateID }} nextcloud-nginx: enabled: true primary: true