starrocks-kubernetes-operator
starrocks-kubernetes-operator copied to clipboard
[BugFix] Add update permission for starrocksclusters/finalizers resource
Related Issue(s)
Fixes: #483
Checklist
For operator, please complete the following checklist:
- [ ] run
make generateto generate the code. - [ ] run
golangci-lint runto check the code style. - [ ] run
make testto run UT. - [ ] run
make manifeststo update the yaml files of CRD.
For helm chart, please complete the following checklist:
- [ ] make sure you have updated the values.yaml file of starrocks chart.
- [ ] In
scriptsdirectory, runbash create-parent-chart-values.shto update the values.yaml file of the parent chart( kube-starrocks chart).