We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is a common pattern for kubectl tools to also use the ~/.kube directory for storing their configuration, e.g. https://github.com/simontheleg/konf-go
~/.kube
Would it seem useful to also add ~/.kube/multiforward.yaml to the list of search paths?
~/.kube/multiforward.yaml
kubectl-multiforward/pkg/cmd/multiforward.go
Lines 144 to 147 in 1807ece
Eventually it would be enough to add this below or above here?
viper.AddConfigPath("$HOME/.kube")
Then I'd also be happy to continue using .multiforward.yaml, for not having to maintain two different names for the file.
.multiforward.yaml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is a common pattern for kubectl tools to also use the
~/.kube
directory for storing their configuration, e.g. https://github.com/simontheleg/konf-goWould it seem useful to also add
~/.kube/multiforward.yaml
to the list of search paths?kubectl-multiforward/pkg/cmd/multiforward.go
Lines 144 to 147 in 1807ece
Eventually it would be enough to add this below or above here?
Then I'd also be happy to continue using
.multiforward.yaml
, for not having to maintain two different names for the file.The text was updated successfully, but these errors were encountered: