You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
0 commit comments