Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add tools_path variable to kubectl-helm-minikube feature #981

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

robinmordasiewicz
Copy link

Some tools and extensions expect to find the tools in a particular PATH that is not /usr/local/bin

@robinmordasiewicz robinmordasiewicz requested a review from a team as a code owner May 25, 2024 18:26
@robinmordasiewicz
Copy link
Author

@microsoft-github-policy-service agree

@robinmordasiewicz
Copy link
Author

robinmordasiewicz commented May 25, 2024 via email

Copy link
Member

@samruddhikhandale samruddhikhandale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creating a new Feature option makes sense to me, thanks for taking the time in contributing this PR.

Left some comments!

src/kubectl-helm-minikube/devcontainer-feature.json Outdated Show resolved Hide resolved
src/kubectl-helm-minikube/devcontainer-feature.json Outdated Show resolved Hide resolved
src/kubectl-helm-minikube/devcontainer-feature.json Outdated Show resolved Hide resolved
src/kubectl-helm-minikube/install.sh Outdated Show resolved Hide resolved
@@ -15,6 +15,7 @@ rm -rf /var/lib/apt/lists/*
KUBECTL_VERSION="${VERSION:-"latest"}"
HELM_VERSION="${HELM:-"latest"}"
MINIKUBE_VERSION="${MINIKUBE:-"latest"}" # latest is also valid
TOOLS_PATH="${TOOLS_PATH:-"/usr/local/bin"}" # latest is also valid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add some tests to validate this change?

@robinmordasiewicz
Copy link
Author

robinmordasiewicz commented Jun 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants