This commit is contained in:
Philipp 2022-04-02 23:08:45 +02:00
parent 1383f95200
commit 8cacb4a2f8
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
2 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ resource "null_resource" "kustomization" {
file("${path.module}/kustomize/kured.yaml"),
file("${path.module}/kustomize/ccm.yaml"),
file("${path.module}/kustomize/system-upgrade-controller.yaml")
], var.cni_plugin == "calico" ? [file("${path.module}/kustomize/calico-coreos.yaml")] : [])
], var.cni_plugin == "calico" ? [file("${path.module}/kustomize/calico.yaml")] : [])
})
destination = "/tmp/post_install/kustomization.yaml"
}