Skip to content

feat(helm): add priorityClassName attribute#143

Open
jperville wants to merge 1 commit into
tweedegolf:mainfrom
jperville:feat/helm-priority-class-name
Open

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

Conversation

@jperville

@jperville jperville commented Jun 9, 2026

Copy link
Copy Markdown

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

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.

1 participant