fix
This commit is contained in:
@@ -18,7 +18,7 @@ resource "kubectl_manifest" "organisations" {
|
||||
metadata:
|
||||
name: "org-${local.sorted-organisations[count.index].name}"
|
||||
namespace: "${var.namespace}"
|
||||
labels: ${jsonencode(local.common-labels)}
|
||||
labels: ${jsonencode(local.common_labels)}
|
||||
spec:
|
||||
distrib: "${var.distributions.domain}"
|
||||
category: "share"
|
||||
|
||||
Reference in New Issue
Block a user