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

Fix KubeExec args in cassandra blueprint #1277

Merged
merged 2 commits into from
Mar 10, 2022
Merged

Fix KubeExec args in cassandra blueprint #1277

merged 2 commits into from
Mar 10, 2022

Conversation

viveksinghggits
Copy link
Contributor

Change Overview

In the cassandra-blueprint for KubeExec function
in 2 phases we were using containers arguments which
is not supported by the function.
This has been working I think, because the container
defaults to the main container in the pod.
The is the reason instead of correct the typo
am removing it so that the behaviour, how it has
been runnig till now would not be changed.

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

Run blueprint validator to check if the blueprint is valid.

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

In the cassandra-blueprint for `KubeExec` function
in 2 phases we were using `containers` arguments which
is not supported by the function.
This has been working I think, because the container
defaults to the main container in the pod.
The is the reason instead of correct the typo
am removing it so that the behaviour, how it has
been runnig till now would not be changed.
@mergify mergify bot merged commit 56c153e into master Mar 10, 2022
@mergify mergify bot deleted the fix-cas-bp branch March 10, 2022 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants