Skip to content

Commit 942ebc0

Browse files
jawadqurcneill
andauthored
Update helm/defectdojo/templates/django-service.yaml
Co-authored-by: Charles Neill <[email protected]>
1 parent a78e689 commit 942ebc0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

helm/defectdojo/templates/django-service.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ spec:
3737
{{- end }}
3838
{{- if .Values.django.service.type }}
3939
type: {{ .Values.django.service.type }}
40-
{{- end }}
41-
{{- if .Values.gke.useGKEIngress }}
40+
{{- else if .Values.gke.useGKEIngress }}
4241
type: NodePort
4342
{{- end }}

0 commit comments

Comments
 (0)