dlespiau / dlespiau/prometheus-operator-config-example
Don't hardcode the list of images in withRepository mixin
- Dominant language
- Shell
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We could just iterate through the fields with `std.objectFields` and computing the new image names instead of having an explicit list of images.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the withRepository mixin and read how its image fields are currently enumerated. Compare the existing image names with the fields exposed through std.objectFields, then verify that configuration generation still produces the same image names without an explicit list. Done means the mixin no longer hardcodes the image list and existing generated configuration remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Domain
- devops
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100