Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default show_only_kubernetes_context to false
`kubernetes_context.sh` is called with positional args as such: ``` kubernetes_context.sh $eks_hide_arn $eks_extract_account $hide_kubernetes_user $show_only_kubernetes_context $show_kubernetes_context_label ``` When `show_only_kubernetes_context` defaults to "", the positional arg $5 for `show_kubernetes_context_label`, becomes arg $4 for `show_only_kubernetes_context`. So the default value for `show_only_kubernetes_context` needs to be a non-zero string.
- Loading branch information