-
Notifications
You must be signed in to change notification settings - Fork 784
feat(chaoscenter): add Helm installation option in Deploy step (#4897) #5288
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
base: master
Are you sure you want to change the base?
feat(chaoscenter): add Helm installation option in Deploy step (#4897) #5288
Conversation
…schaos#4897) Signed-off-by: Devank Gupta <devankgupta284@gmail.com>
|
@PriteshKiri can you review? |
|
Thanks for the changes @Devankguptaa, can you please also attach the screenshots of the changes you have added. |
|
Hey @SarthakJain26 , I’m currently unable to run the project locally due to some build setup issues on my system. However, I’ve made the required changes as per the issue description. |
|
Hey @Devankguptaa, We’ll need your UI verification before we can get this merged. Could you please share the issue you’re facing while setting it up? |
|
@PriteshKiri |
|
Hey @Devankguptaa Were you able to figure out the setup issue? Do you need any help? |
|
Hey @Devankguptaa Any updates? |
🧩 Description
Adds Helm installation support in the Deploy step of Chaos Infrastructure creation.
Users can now choose between Manifest (kubectl apply) and Helm (helm install) methods while deploying Chaos Infrastructure.
🔄 Changes
infraID,accessKey, andserverURLCloses #4897