Skip to content

Commit

Permalink
fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars committed Nov 26, 2024
1 parent dc088a0 commit b6e9284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/seqr/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
- podSelector:
matchLabels:
app.kubernetes.io/name: {{ .Chart.Name }}
{{- if .Values.ingress.enabled -}}
{{- if .Values.ingress.enabled }}
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: {{ .Values.ingress.namespaceLabel | default .Values.ingress.nameOverride }}
Expand Down

0 comments on commit b6e9284

Please sign in to comment.