We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce8700 commit 1467a61Copy full SHA for 1467a61
values/team-ns/team-ns.gotmpl
@@ -40,7 +40,7 @@ backups: {{- $team | get "backups" list | toYaml | nindent 2 }}
40
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
-networkPolicy: {{- $team | get "networkPolicy" dict | toYaml | nindent 2 }}
+netpols: {{- $team | get "netpols" dict | toYaml | nindent 2 }}
44
managedMonitoring: {{- $team | get "managedMonitoring" dict | toYaml | nindent 2 }}
45
teamId: {{ $teamId }}
46
teamApps: {{- toYaml $teamApps | nindent 2 }}
0 commit comments