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