starrocks-kubernetes-operator
starrocks-kubernetes-operator copied to clipboard
✨ feat(audit-loader): add AuditLoader installation support
trafficstars
Description
Introduce a new feature to install and configure the AuditLoader plugin, enhancing auditing capabilities. The installation process is inspired by the official documentation on the website: https://docs.starrocks.io/docs/administration/management/audit_loader/
Checklist
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).
Hi @yandongxiao, could you please take a look at this PR when you have time? Thanks in advance!