Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix: DNS ingress rules (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Nov 8, 2023
1 parent 60dd9dc commit 287b44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dns/templates/network-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
# Accept internal traffic (?)
- ipBlock:
cidr: 172.16.0.0/16
{{- range $cidr := .Values.networkPolicy.consumerCidrs }}
{{- range $cidr := .Values.networkPolicy.externalIngressIpBlocks }}
- ipBlock:
cidr: {{ $cidr }}
{{- end }}
Expand Down

0 comments on commit 287b44f

Please sign in to comment.