We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78e689 commit 942ebc0Copy full SHA for 942ebc0
helm/defectdojo/templates/django-service.yaml
@@ -37,7 +37,6 @@ spec:
37
{{- end }}
38
{{- if .Values.django.service.type }}
39
type: {{ .Values.django.service.type }}
40
-{{- end }}
41
-{{- if .Values.gke.useGKEIngress }}
+{{- else if .Values.gke.useGKEIngress }}
42
type: NodePort
43
0 commit comments