matrixone-operator
matrixone-operator copied to clipboard
[Bug]: Operator Webhooks are using common names.
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Environment
- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
From webhook.yaml, the names for the resources are very common, may conflict with existing resource definitions inside the Kubernetes cluster.
name: mutating-webhook-configuration
name: validating-webhook-configuration
Expected Behavior
Should add the prefix to prevent the confliction.
Steps to Reproduce
No response
Additional information
No response