Skip to content

feat(helm): add priorityClassName attribute#143

Merged
marlonbaeten merged 1 commit into
tweedegolf:mainfrom
jperville:feat/helm-priority-class-name
Jul 5, 2026
Merged

feat(helm): add priorityClassName attribute#143
marlonbaeten merged 1 commit into
tweedegolf:mainfrom
jperville:feat/helm-priority-class-name

Conversation

@jperville

@jperville jperville commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR adds an optional priorityClassName attribute to the helm chart values.yml
The default value is an empty string to be compatible with the existing behavior.

Tests:

# with the default/empty priorityClassName:
helm template my-mailcrab . | grep --color priorityClassName -C2

# with a custom priorityClassName
helm template my-mailcrab . --set priorityClassName=xyzzy | grep --color priorityClassName -C2

@jperville

Copy link
Copy Markdown
Contributor Author

@marlonbaeten would it be possible to review this simple PR for mailcrab helm chart? Thanks a lot.

@marlonbaeten
marlonbaeten merged commit 66042be into tweedegolf:main Jul 5, 2026
3 checks passed
@jperville
jperville deleted the feat/helm-priority-class-name branch July 9, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants