This commit is contained in:
2023-10-08 17:49:25 +02:00
parent 7d05bbd644
commit 42079b09a4
2 changed files with 143 additions and 143 deletions

View File

@@ -64,7 +64,7 @@ resource "kubectl_manifest" "datasets" {
kind: "Install"
metadata:
name: "${local.sorted-datasets[count.index].name}"
namespace: "${local.sorted-datasets[count.index].name}"
namespace: "${local.sorted-datasets[count.index].namespace}"
labels: ${jsonencode(local.common-labels)}
spec:
distrib: "${var.distributions.domain}"