fix
This commit is contained in:
@@ -9,7 +9,6 @@ locals {
|
||||
|
||||
resource "kubectl_manifest" "organisations" {
|
||||
count = length(local.sorted-organisations)
|
||||
depends_on = [kubernetes_namespace_v1.ns]
|
||||
yaml_body = <<-EOF
|
||||
apiVersion: "vynil.solidite.fr/v1"
|
||||
kind: "Install"
|
||||
|
||||
Reference in New Issue
Block a user