Skip to content

Commit ebe1a27

Browse files
committed
fix calico install error
1 parent 81e7358 commit ebe1a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ resource "null_resource" "kustomization" {
9898
file("${path.module}/kustomize/system-upgrade-controller.yaml"),
9999
"ccm.yaml",
100100
],
101-
var.cni_plugin == "calico" ? [file("${path.module}/kustomize/calico.yaml")] : []
101+
var.cni_plugin == "calico" ? ["calico.yaml"] : []
102102
)
103103
})
104104
destination = "/var/post_install/kustomization.yaml"

0 commit comments

Comments
 (0)