We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0063e1c commit db85749Copy full SHA for db85749
1 file changed
helm/defectdojo/templates/network-policy.yaml
@@ -13,7 +13,7 @@ spec:
13
podSelector:
14
matchLabels:
15
app.kubernetes.io/instance: {{ .Release.Name }}
16
- {{- if .Value.networkPolicy.ingress}}
+ {{- if .Values.networkPolicy.ingress}}
17
ingress:
18
{{- toYaml .Values.networkPolicy.ingress | nindent 4 }}
19
{{- else }}
0 commit comments