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
Problem:
When using create api command with both helm and go plugin, the roles.yaml in config/ directory is rewritten. However, the other rbac manifests which specify the permissions to view and edit the custom object is present. This requires an additional step of modifying the rbac manually and applying it to the cluster.
Possible solution:
Scaffold roles for each APIs in separate files and apply them in the cluster.
The text was updated successfully, but these errors were encountered:
Problem:
When using
create api
command with both helm and go plugin, theroles.yaml
inconfig/
directory is rewritten. However, the other rbac manifests which specify the permissions to view and edit the custom object is present. This requires an additional step of modifying the rbac manually and applying it to the cluster.Possible solution:
Scaffold roles for each APIs in separate files and apply them in the cluster.
The text was updated successfully, but these errors were encountered: