X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=scenarios%2Fk8-cilium-nofeature.yaml;fp=scenarios%2Fk8-cilium-nofeature.yaml;h=6f48bd8d7fcc3941bc21ef5bff965d18678322c7;hp=d82f25145c73dfc15caf971074dce6c4a66438bb;hb=85c82d156422b273b4e0711b936535c91f4542c4;hpb=43cbd011ce4c41556fbe7c8926b64e24f1a085bb diff --git a/scenarios/k8-cilium-nofeature.yaml b/scenarios/k8-cilium-nofeature.yaml index d82f251..6f48bd8 100644 --- a/scenarios/k8-cilium-nofeature.yaml +++ b/scenarios/k8-cilium-nofeature.yaml @@ -29,7 +29,7 @@ # set networking plugin to cilium - name: Set network plugin to Cilium 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: cilium"