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 walStorage capability and remove gkeEnvironment conflict in cluster chart. #312

Merged
merged 6 commits into from
Jun 15, 2024

Commits on Jun 10, 2024

  1. Add walStorage option to cluster.yaml template

    Signed-off-by: Jon <jon@j3z.org>
    rocket357 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    274c40e View commit details
    Browse the repository at this point in the history
  2. Formatting fix

    Signed-off-by: Jon <jon@j3z.org>
    rocket357 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e9e09ca View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Remove applicationCredentials when gktEnvironment is true.

    The operator admissions webhook will refuse a change that sets gkeEnvironment: true but still has the applicationCredentials set.  Thus, we need to remove applicationCredentials when gkeEnvironment is set to true.
    
    Signed-off-by: Jon <jon@j3z.org>
    rocket357 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4851c79 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Update values.yaml

    Add walStorage to values.yaml
    
    Signed-off-by: Jon <jon@j3z.org>
    rocket357 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4d20f4f View commit details
    Browse the repository at this point in the history
  2. Update values.schema.json

    Add walStorage to values.schema.json
    
    Signed-off-by: Jon <jon@j3z.org>
    rocket357 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5de7846 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    a240b84 View commit details
    Browse the repository at this point in the history