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 support for blue/green deployments #1230

Merged
merged 5 commits into from
Apr 28, 2021

Commits on Apr 28, 2021

  1. Webhook certificate secrets name is tied to the release name

    This is the first part of changes that will allow doing blue/green
    deployments of the Spark Operator.
    flupke committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    21e572c View commit details
    Browse the repository at this point in the history
  2. Split values' rbac.create flag in createRole and createClusterRole

    This is the second part of changes allowing blue/green deployments of
    the Spark Operator: one can now deploy the ClusterRole without the Role,
    which would be defined in the common part of a blue/green deployment.
    
    Note this is a breaking change, so the chart version has been bumped to 2.
    flupke committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    83689dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b933c70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57c6c35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    daeda76 View commit details
    Browse the repository at this point in the history