feat(backend): Unify labels for pods - #236
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Totally happy to scrap the doc, but I thought it'd be a little easier than digging through the code |
| var appComponentRoles = map[string]string{ | ||
| "executor": RoleWorker, | ||
| "parquet": RoleWorker, | ||
| "weave-trace-worker": RoleWorker, | ||
| "weave-trace-evaluate-model-worker": RoleWorker, | ||
| "flat-run-fields-updater": RoleWorker, | ||
| "metric-observer": RoleWorker, | ||
| "nginx-proxy": RoleProxy, | ||
| } |
There was a problem hiding this comment.
Can we avoid hard-coding these?
wandb verify