This commit is contained in:
2023-10-08 18:19:19 +02:00
parent 0d5a58f13a
commit ad8f303822
2 changed files with 166 additions and 166 deletions

View File

@@ -50,7 +50,7 @@ resource "kubectl_manifest" "devstations" {
labels: ${jsonencode(local.common-labels)}
spec:
distrib: "${var.distributions.domain}"
category: "share"
category: "apps"
component: "code-server"
options: ${jsonencode(merge(local.global, { for k, v in local.sorted-stations[count.index] : k => v if !contains(["name"], k) }))}
EOF