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 the ability to override names in the helm chart. #232

Merged
merged 5 commits into from
Jul 20, 2022

Commits on Jul 17, 2022

  1. Add the ability to override names in helm chart

    A new helm chart parameter was added (nameOverride) that allows you to control
    the prefix of all of the k8s objects created by the helm chart.  If this is
    omitted, all of the objects have the name of the chart (verticadb-operator).
    Matt Spilchen committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5749d75 View commit details
    Browse the repository at this point in the history
  2. E2e testcase updates

    Matt Spilchen committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    06e79af View commit details
    Browse the repository at this point in the history
  3. Code cleanup

    Matt Spilchen committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    ab9e72d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Merge branch 'main' into configmap-name

    Matt Spilchen committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3a090d9 View commit details
    Browse the repository at this point in the history
  2. Apply code review comments

    Matt Spilchen committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d1b5443 View commit details
    Browse the repository at this point in the history