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

Add helper image for generating static deploy yamls for the operator. #254

Closed
wants to merge 2 commits into from

Commits on Feb 2, 2021

  1. Set webhooks to always true, since they're required now

    Since we moved to multi-version devfile/api CRDs, the webhook server is
    a required component of the DevWorkspace Operator. Currently, the server
    is set up to not interfere with any default flows (e.g. local debugging)
    as it is a separate deployment. It has also been restricted to only
    apply when the restricted-access annotation is set.
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    040e773 View commit details
    Browse the repository at this point in the history
  2. Add builder image and script for generating static deploy yamls

    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    2c153ab View commit details
    Browse the repository at this point in the history