fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user