We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb01269 commit 81e7358Copy full SHA for 81e7358
init.tf
@@ -95,8 +95,8 @@ resource "null_resource" "kustomization" {
95
patchesStrategicMerge = concat(
96
[
97
file("${path.module}/kustomize/kured.yaml"),
98
- file("${path.module}/kustomize/ccm.yaml"),
99
- file("${path.module}/kustomize/system-upgrade-controller.yaml")
+ file("${path.module}/kustomize/system-upgrade-controller.yaml"),
+ "ccm.yaml",
100
],
101
var.cni_plugin == "calico" ? [file("${path.module}/kustomize/calico.yaml")] : []
102
)
0 commit comments