Skip to content

Commit 51300a5

Browse files
authored
fix: added team networkpolicies to the team-ns values gotemplate (#1902)
1 parent 7d78be9 commit 51300a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

values/team-ns/team-ns.gotmpl

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ builds: {{- $team | get "builds" list | toYaml | nindent 2 }}
4141
policies: {{- $team | get "policies" list | toYaml | nindent 2 }}
4242
sealedsecrets: {{- $team | get "sealedsecrets" list | toYaml | nindent 2 }}
4343
netpols: {{- $team | get "netpols" dict | toYaml | nindent 2 }}
44+
networkPolicy: {{- $team | get "networkPolicy" dict | toYaml | nindent 2 }}
4445
managedMonitoring: {{- $team | get "managedMonitoring" dict | toYaml | nindent 2 }}
4546
teamId: {{ $teamId }}
4647
teamApps: {{- toYaml $teamApps | nindent 2 }}

0 commit comments

Comments
 (0)