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: apply CRD at built time if quarkus.operator-sdk.crd.apply=true #260

Merged
merged 1 commit into from
Mar 11, 2022

Commits on Mar 7, 2022

  1. feat: apply CRD at built time if quarkus.operator-sdk.crd.apply=true

    When enabling `quarkus.operator-sdk.crd.apply=true` at build time, we will register the CRD in the Kubernetes cluster where user is logged in. 
    
    Updated documentation and added a note saying that this will always be done when running the application on Dev mode.
    
    Fix quarkiverse#242
    Sgitario committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    bf922c6 View commit details
    Browse the repository at this point in the history