We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d78be9 commit 51300a5Copy full SHA for 51300a5
values/team-ns/team-ns.gotmpl
@@ -41,6 +41,7 @@ builds: {{- $team | get "builds" list | toYaml | nindent 2 }}
41
policies: {{- $team | get "policies" list | toYaml | nindent 2 }}
42
sealedsecrets: {{- $team | get "sealedsecrets" list | toYaml | nindent 2 }}
43
netpols: {{- $team | get "netpols" dict | toYaml | nindent 2 }}
44
+networkPolicy: {{- $team | get "networkPolicy" dict | toYaml | nindent 2 }}
45
managedMonitoring: {{- $team | get "managedMonitoring" dict | toYaml | nindent 2 }}
46
teamId: {{ $teamId }}
47
teamApps: {{- toYaml $teamApps | nindent 2 }}
0 commit comments