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

Correct the contianer name in BluePrint and statefulset name in Cassandra app #624

Merged
merged 1 commit into from
Mar 16, 2020

Conversation

viveksinghggits
Copy link
Contributor

Change Overview

To run database command for the cassandra database we were getting the pod for the statefulset cassandra but that name depends on the helm release name so if we change the helm release name the name of the statefulset will be changed.
This change handles in the cassandra app as well as cassandra blueprint.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • #XXX

Test Plan

Make changes in integraion-test.sh file to have cassandra app then follow below steps to run the test

make install-minio

and

make integration-test

The logs for this test can be found here.

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@mergify mergify bot merged commit 0c500ac into kanisterio:master Mar 16, 2020
@viveksinghggits viveksinghggits changed the title Correct the contianer name in BluePrint and Cassandra app Correct the contianer name in BluePrint and statefulset name in Cassandra app Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants