Skip to content

Commit

Permalink
Fix typo in ingress policy (#10898)
Browse files Browse the repository at this point in the history
  • Loading branch information
C4tWithShell authored Sep 16, 2024
1 parent 5b25e16 commit e9824dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/defectdojo/templates/network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
podSelector:
matchLabels:
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Value.networkPolicy.ingress}}
{{- if .Values.networkPolicy.ingress}}
ingress:
{{- toYaml .Values.networkPolicy.ingress | nindent 4 }}
{{- else }}
Expand Down

0 comments on commit e9824dc

Please sign in to comment.