update helm chart to remove deprecated value to new value
Open
Nobody has claimed this yet.
team: package manager
- Dominant language
- Markdown
- Stars
- 46
- Forks
- 40
- Avg merge
- 4h 3m
- Merged PRs (30d)
- 6
Description
This came up in ticket 106261:
pod:
# -- Deprecated, use `serviceAccount.name` instead
serviceAccountName: ""
Can update the chart to use serviceAccount.name instead just the comment?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open charts/rstudio-pm/values.yaml at the linked lines and inspect how the chart currently handles serviceAccountName. Update the chart to use serviceAccount.name instead, then verify the deprecated value is no longer referenced.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- devops
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100