Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Use rbac from controller repo in the development environment and sync rbac with helm charts #704

Merged
merged 2 commits into from
Apr 8, 2024

Commits on Apr 8, 2024

  1. fix(rbac): sync RBAC permissions with Helm charts.

    Updates the Kubebuilder directives to be in sync with the RBAC used in
    the Helm charts to install Kuberwanden.
    
    Signed-off-by: José Guilherme Vanz <[email protected]>
    jvanz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6fc4d45 View commit details
    Browse the repository at this point in the history
  2. feat: Tiltfile install Roles with rules defined in the controller.

    Updates the Tiltfile to change the Roles and ClusterRoles defined in the
    Helm charts to use the rules defined in the RBAC defined in the local
    directory. Therefore, when permissions are added,changed or removed,
    there is no need to copy the content to the Helm chart directory.
    
    Signed-off-by: José Guilherme Vanz <[email protected]>
    jvanz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    aa6b27d View commit details
    Browse the repository at this point in the history