Skip to content
Snippets Groups Projects
Unverified Commit 7771ac60 authored by Samuel Liu's avatar Samuel Liu Committed by GitHub
Browse files

add krew_no_upgrade_check (#10175)

parent f25b6fce
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@
krew_enabled: false
krew_root_dir: "/usr/local/krew"
krew_default_index_uri: https://github.com/kubernetes-sigs/krew-index.git
krew_no_upgrade_check: 0
......@@ -4,3 +4,4 @@ export KREW_ROOT="{{ krew_root_dir }}"
export KREW_DEFAULT_INDEX_URI='{{ krew_default_index_uri }}'
{% endif %}
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
export KREW_NO_UPGRADE_CHECK={{ krew_no_upgrade_check }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment