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
Commit 4ef9254 (Add tslint validation.) renames path to pathKey, but misses
one usage of the variable. This leads to the following error:
```
AssertionError [ERR_ASSERTION]: we need a path
at JSONPath.query (...\node_modules\jsonpath\lib\index.js:92:10)
at KubeConfig.applyAuthorizationHeader (...\node_modules\@kubernetes\client-node\dist\config.js:174:59)
```
0 commit comments