Skip to content

Commit

Permalink
fix(kubernetes): Parse stacked kubeconfigs (starship#1678)
Browse files Browse the repository at this point in the history
Have refactored the kubernetes module to better support stacked
kubeconfigs. Rather than trying to grab both the current-context and
namespace on a single pass we now do two passes. These changes should
fix the problems where the current-context is defined in one file but
the context and the namespace are defined in a different file.
  • Loading branch information
andytom authored Oct 23, 2020
1 parent 975d323 commit c938eac
Showing 1 changed file with 312 additions and 137 deletions.
Loading

0 comments on commit c938eac

Please sign in to comment.