Commit 21b98e4
fix(tas): correct Knative deployment mode constant casing
KServe v0.17 uses "Knative" (lowercase n), not "KNative". The incorrect
casing would cause Knative deployments to fall through to the default
switch case and be skipped.
Signed-off-by: Shelton Cyril <sheltoncyril@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 83fdeb0 commit 21b98e4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments