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 issue #49: Updated command in Step 2 of Install section in README #50

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

Anish701
Copy link
Contributor

Changed command in Step 2 of Install section in README to:
helm upgrade autopilot autopilot/autopilot --install --namespace= -f your-config.yml

Summary

Step 2 of the Install section on the README instructs users to use the following command to install Autopilot:
helm upgrade autopilot autopilot/autopilot-daemon --install --namespace=<default> -f your-config.yml
However, this command is outdated as the helm chart name is autopilot, not autopilot-daemon. This PR fixes this and changes to the correct command which is:
helm upgrade autopilot autopilot/autopilot --install --namespace=<default> -f your-config.yml

GitHub Issue

Changed command to: 
helm upgrade autopilot autopilot/autopilot --install --namespace=<default> -f your-config.yml

Signed-off-by: Anish Sinha <[email protected]>
@cmisale cmisale merged commit 29d6609 into IBM:main Sep 30, 2024
1 check passed
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