starrocks-kubernetes-operator
starrocks-kubernetes-operator copied to clipboard
[Enhancement] support priorityClassName (#642)
Description
add priorityClassName
Related Issue(s)
#642
Checklist
For operator, please complete the following checklist:
- [x] run
make generateto generate the code. - [x] run
golangci-lint runto check the code style. - [x] run
make testto run UT. - [x] run
make manifeststo update the yaml files of CRD.
For helm chart, please complete the following checklist:
- [x] make sure you have updated the values.yaml file of starrocks chart.
- [x] In
scriptsdirectory, runbash create-parent-chart-values.shto update the values.yaml file of the parent chart( kube-starrocks chart).