Skip to content
Snippets Groups Projects
Unverified Commit 167e2935 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Fix erroneous variable name (docker_keepcache) (#6129)

parent 1f9ccfe5
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ Vagrant.configure("2") do |config|
"download_force_cache": "True",
# Keeping the cache on the nodes can improve provisioning speed while debugging kubespray
"download_keep_remote_cache": "False",
"docker_keepcache": "1",
"docker_rpm_keepcache": "1",
# These two settings will put kubectl and admin.config in $inventory/artifacts
"kubeconfig_localhost": "True",
"kubectl_localhost": "True",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment