-
Notifications
You must be signed in to change notification settings - Fork 180
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: Updates AWS CSVs #614
fix: Updates AWS CSVs #614
Conversation
a091a4b
to
6ef6c97
Compare
@@ -60,7 +60,7 @@ spec: | |||
imagePullPolicy: Always | |||
args: | |||
- -c | |||
- ./experiments -name ec2-stop-by-tag | |||
- ./experiments -name ec2-terminate-by-tag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this because image has entry point with ec2-terminate-by-tag? Is there a plan to change to stop here also.>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, in the future we can put a PR in litmus-go to rename it completely.
6ef6c97
to
2ec92d6
Compare
Signed-off-by: neelanjan00 <[email protected]>
2ec92d6
to
416e7ba
Compare
Signed-off-by: neelanjan00 <[email protected]>
bfa7bc1
to
82c390c
Compare
Signed-off-by: neelanjan00 <[email protected]>
Updates AWS CSVs