k8s version 1.19.11
[infra/stack/kubernetes.git] / scenarios / k8-calico-spinnaker.yaml
index 9d5cb2f61ed5f4b3c7bacfe92ca4bd3f591adaae..a52a61d7d7832ee890dc7b99aa8589d053f6615b 100644 (file)
@@ -29,7 +29,7 @@
     # set networking plugin to calico
     - name: Set network plugin to calico
       lineinfile:
-        path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s-cluster/k8s-cluster.yml"
+        path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s_cluster/k8s-cluster.yml"
         regexp: "^kube_network_plugin:.*"
         line: "kube_network_plugin: calico"