oceanbase / ob-operator

Kubernetes operator for OceanBase
https://oceanbase.github.io/ob-operator/
Other
148 stars 39 forks source link

fix: check if resource exists in `update` cmd #638

Closed lizzy-0323 closed 5 days ago

lizzy-0323 commented 6 days ago

Summary

Check if the resource exists in the environment, if not, do not install it.

Solution Description