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

Fix #2311: Add Support for creating bootstrap project template #2376

Merged
merged 1 commit into from Aug 10, 2020

Commits on Aug 10, 2020

  1. Fix fabric8io#2311: Add Support for creating bootstrap project template

    Just like `oc adm create-bootstrap-project-template` generates a template yaml for
    project request resources to be created; OpenShiftClient should be able to
    generate + Apply resources based upon project request name, description, display name,
    requesting user and admin user. It should create the following resources:
    
    - Project (actual project to be created)
    - RoleBinding system:deployers
    - RoleBinding system:image-builders
    - RoleBinding system:image-pullers
    - RoleBinding admin
    rohanKanojia committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    46efaf5 View commit details
    Browse the repository at this point in the history