Commit 1bdba21
Clemens Buchacher
fix
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)
```we need a path error1 parent 89a3289 commit 1bdba21
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments