From 988b91f85ac8c906233eabb597d85d93a9f115ae Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 30 Jan 2024 19:01:47 +0930 Subject: [PATCH] chore: fix filename !17 --- tasks/k3s/migrate_to_operator.yaml | 2 +- ...ter.yaml => FelixConfiguration-manifest-Calico_Cluster.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{FeilixConfiguration-manifest-Calico_Cluster.yaml => FelixConfiguration-manifest-Calico_Cluster.yaml} (100%) diff --git a/tasks/k3s/migrate_to_operator.yaml b/tasks/k3s/migrate_to_operator.yaml index b04f40a..562aa90 100644 --- a/tasks/k3s/migrate_to_operator.yaml +++ b/tasks/k3s/migrate_to_operator.yaml @@ -10,7 +10,7 @@ operator_manifests: - Deployment-manifest-Calico_Operator.yaml.j2 - Installation-manifest-Calico_Cluster.yaml.j2 - - FeilixConfiguration-manifest-Calico_Cluster.yaml + - FelixConfiguration-manifest-Calico_Cluster.yaml - IPPool-manifest-Calico_Cluster.yaml.j2 - APIServer-manifest-Calico_Cluster.yaml # - calico.yaml.j2 diff --git a/templates/FeilixConfiguration-manifest-Calico_Cluster.yaml b/templates/FelixConfiguration-manifest-Calico_Cluster.yaml similarity index 100% rename from templates/FeilixConfiguration-manifest-Calico_Cluster.yaml rename to templates/FelixConfiguration-manifest-Calico_Cluster.yaml