Skip to content

Commit

Permalink
Add required root variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrv committed Dec 20, 2024
1 parent 61cc920 commit 96b9308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/templates/fqdnnetworkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ spec:
to:
- fqdns:
- private.googleapis.com

{{- $root := . }}
{{- range split "," .Values.kubernetes.clusters }}
- ports:
- port: 443
Expand Down

0 comments on commit 96b9308

Please sign in to comment.