From 0ca9b4662572d1a710912f7ca6737394489f0508 Mon Sep 17 00:00:00 2001 From: devthejo Date: Sun, 17 Dec 2023 00:51:30 +0100 Subject: [PATCH] fix: exposed --- charts/modjo-microservice/templates/preview.service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/modjo-microservice/templates/preview.service.yaml b/charts/modjo-microservice/templates/preview.service.yaml index 2b7bea7..8e8e98a 100644 --- a/charts/modjo-microservice/templates/preview.service.yaml +++ b/charts/modjo-microservice/templates/preview.service.yaml @@ -1,4 +1,4 @@ -{{- if and .Values.service.enabled (eq .Values.rollout.strategy.type "BlueGreen") -}} +{{- if and .Values.exposed .Values.service.enabled (eq .Values.rollout.strategy.type "BlueGreen") -}} apiVersion: v1 kind: Service metadata: