ozhera
ozhera copied to clipboard
[enhancement] Move the creation of webhook-config to ozhera-operator
Currently, the creation of hera-webhook-config is done within the ozhera-webhook-server service. When the ozhera-webhook-server service is terminated, the hera-webhook-config is also destroyed, which is not very elegant. Resources like hera-webhook-config, CSR, etc., only need to be created once and do not need to be frequently created and destroyed.
Additionally, this approach is not very friendly to OzHera's permission convergence.
For details on OzHera's permission convergence, you can refer to this issue: #209