Skip to content
Snippets Groups Projects

staging/graphql/ingress: Fix double if instruction

Compare and
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
{{ if .Values.graphql.enabled -}}
{{ if .Values.graphql.ingress.enabled -}}
{{ if and .Values.graphql.enabled .Values.graphql.ingress.enabled -}}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
@@ -26,4 +25,3 @@ spec:
{{- end }}
{{ end }}
{{ end }}
Loading