-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow setting a priority class name (#56)
## Why We run athens using this helm chart and would like to change its priority class in the cluster. ## How - create a new value that defaults to empty - passively only add the priority class if specified - include an update to the Chart.yaml to trigger a release ## Validation ``` ❯ helm template charts/athens-proxy | grep priority ❯ helm template charts/athens-proxy --set priorityClassName=critical | grep priority priorityClassName: "critical" ```
- Loading branch information
1 parent
5ef403c
commit a5b06b9
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters