Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion helmfile.d/helmfile-60.teams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ bases:
{{- $gatewayName := $v.ingress.platformClass.className }}
{{- $httpRoute := tpl (readFile "../helmfile.d/snippets/routes.gotmpl") $v | fromYaml }}
releases:
- name: team-ns-admin
installed: true
namespace: team-admin
chart: ../charts/team-ns
labels:
team: admin
pipeline: otomi-task-teams
values:
- ../values/team-ns/team-ns.gotmpl
- name: admin
teamId: admin
otomi: {{- $v.otomi | toYaml | nindent 10 }}
services: []
networkPolicy: null
resourceQuota: null
{{- range $teamId, $team := omit $tc "admin" }}
{{- $teamServices := ($team | get "services" list) }}
{{- $teamSettings := $team.settings }}
Expand Down Expand Up @@ -223,7 +238,6 @@ releases:
chart: ../charts/team-ns
labels:
tag: teams
ingress: 'true'
team: {{ $teamId }}
pipeline: otomi-task-teams
values:
Expand Down