Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(zsh): pass a single kubeconfig in KUBECONFIG var
due to an issue with kubectx (ahmetb/kubectx#211) I need to switch to a single kubeconfig keeping multiple kubeconfig collection … will need it when a new config is added … in this case: - add new kubeconfig to ~/.kube - switch to the multi-config KUBECONFIG and apply - run `kubectl config view --flatten > ~/.kube/config` - change back to the single-config KUBECONFIG and apply
- Loading branch information