k8s version 1.19.11
[infra/stack/kubernetes.git] / scenarios / k8-calico-istio.yaml
index ca09ba836411ed7d971fc67fe7b595be12d3d22e..1c8e21fbe2539381dda1b2c440ae7cb5b7a9a7a5 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"