You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On generating charts using Litmus SDK, By default names which get generated with in charts having with '_'.
Example: 'sample_chaos_exec', after this we have to manually update it to 'sample-chaos-exec' before pushing it to chaos-charts.
In this case, instead of replacing manually. generate_experiment.py should handle it.