You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we run make manifest to generate the kustomized configurations, the controller manager role.yaml will be updated, some verbs will be removed. This is because it's not aligned with the kubebuilder Tag.
I have to add the roles manually to avoid removing some configurations by accident. We should make them aligned and always use make manifest to generate the configurations.
The text was updated successfully, but these errors were encountered:
Once we run
make manifest
to generate the kustomized configurations, the controller manager role.yaml will be updated, some verbs will be removed. This is because it's not aligned with the kubebuilder Tag.I have to add the roles manually to avoid removing some configurations by accident. We should make them aligned and always use
make manifest
to generate the configurations.The text was updated successfully, but these errors were encountered: