We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d3699 commit 75e95e4Copy full SHA for 75e95e4
values/k8s/k8s-raw.gotmpl
@@ -6,7 +6,6 @@ resources:
6
- {{- $v.bootstrap | toYaml | nindent 4 }}
7
{{- end }}
8
{{- range $ns := $v.k8s.namespaces }}
9
- {{- if or (not (hasKey $ns "app")) ($v.apps | get ($ns | get "app" "-dummy-") dict | get "enabled" false) }}
10
- apiVersion: v1
11
kind: Namespace
12
metadata:
@@ -40,8 +39,8 @@ resources:
40
39
imagePullSecrets:
41
- name: otomi-pullsecret-global
42
43
- {{- end }}
44
+
45
{{- range $id, $team := omit $v.teamConfig "admin"}}
46
{{- $ns := printf "team-%s" $id }}
47
0 commit comments