Skip to content

Commit db85749

Browse files
authored
Fix typo in ingress policy (#10898)
1 parent 0063e1c commit db85749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/defectdojo/templates/network-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
podSelector:
1414
matchLabels:
1515
app.kubernetes.io/instance: {{ .Release.Name }}
16-
{{- if .Value.networkPolicy.ingress}}
16+
{{- if .Values.networkPolicy.ingress}}
1717
ingress:
1818
{{- toYaml .Values.networkPolicy.ingress | nindent 4 }}
1919
{{- else }}

0 commit comments

Comments
 (0)