Commit 437734f
authored
Correct kubectl cli params
--wait is a flag by itself, need to add `--wait=false` else `false` gets interpreted as an object name and leads to the error:
> error: name cannot be provided when a selector is specified1 parent 418fc71 commit 437734f
File tree
1 file changed
+2
-2
lines changed- charts/selenium-grid/templates/patch-keda
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments