Verified Commit 720e5d44 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

removed heptio-authenticator-aws.

parent 460df185
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ reload-scripts: ## cleanup and reload utility scripts
	git clone ${SCRIPTS_REPO} ${SCRIPTS_DIR})

.PHONY: check-tools
check-tools: TOOLS=kubectl vault jq envsubst go kubectx heptio-authenticator-aws
check-tools: TOOLS=kubectl vault jq envsubst go kubectx
check-tools: ## check if required tools are installed and accessible
	@for t in ${TOOLS}; do \
		if ! type $$t > /dev/null 2>&1; then \