Skip to content

Commit 1467a61

Browse files
merllferruhcihan
andauthored
fix: reference to team network policies (#1888)
Co-authored-by: Ferruh Cihan <[email protected]>
1 parent 1ce8700 commit 1467a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values/team-ns/team-ns.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ backups: {{- $team | get "backups" list | toYaml | nindent 2 }}
4040
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 }}
43-
networkPolicy: {{- $team | get "networkPolicy" dict | toYaml | nindent 2 }}
43+
netpols: {{- $team | get "netpols" dict | toYaml | nindent 2 }}
4444
managedMonitoring: {{- $team | get "managedMonitoring" dict | toYaml | nindent 2 }}
4545
teamId: {{ $teamId }}
4646
teamApps: {{- toYaml $teamApps | nindent 2 }}

0 commit comments

Comments
 (0)