From 942ebc029bec3a056e38c5e6e57a68fa7c92281d Mon Sep 17 00:00:00 2001 From: "J. Q." <55899496+jawadqur@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:46:00 -0600 Subject: [PATCH] Update helm/defectdojo/templates/django-service.yaml Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> --- helm/defectdojo/templates/django-service.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm/defectdojo/templates/django-service.yaml b/helm/defectdojo/templates/django-service.yaml index 01d2723a4e5..d981e7acf2e 100644 --- a/helm/defectdojo/templates/django-service.yaml +++ b/helm/defectdojo/templates/django-service.yaml @@ -37,7 +37,6 @@ spec: {{- end }} {{- if .Values.django.service.type }} type: {{ .Values.django.service.type }} -{{- end }} -{{- if .Values.gke.useGKEIngress }} +{{- else if .Values.gke.useGKEIngress }} type: NodePort {{- end }}