We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Please add support for setting the priortyclass of the deployment.
No response
In the deployment template, add the following under spec.template.spec: priorityClassName: {{ .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
The text was updated successfully, but these errors were encountered:
chriswk
Successfully merging a pull request may close this issue.
Describe the feature request
Please add support for setting the priortyclass of the deployment.
Background
No response
Solution suggestions
In the deployment template, add the following under spec.template.spec:
priorityClassName: {{ .Values.priorityClassName }}
The text was updated successfully, but these errors were encountered: