Commit 62c0a8e
committed
fix(podgrouper): match DynamoGraphDeployment on any served version
v0.16 registers the DGD at exact v1alpha1, but Dynamo 1.2.0+ serves and
owns it as v1beta1. Required alongside the WorkloadRunner fix: granting
podgrouper read access on dynamographdeployments lets the chain walk climb
past the DGD instead of truncating there, so a v1beta1 DGD that misses the
table now falls to the default grouper and flattens the gang.
Matches the widening already on v0.17.
Signed-off-by: gshaibi <gshaibi@nvidia.com>1 parent 4eaba69 commit 62c0a8e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
337 | 338 | | |
338 | 339 | | |
339 | | - | |
| 340 | + | |
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
| |||
0 commit comments