From 831363adf1b0000954ba685345adc326d10c8afd Mon Sep 17 00:00:00 2001 From: Anish Sinha <108232600+Anish701@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:40:22 -0400 Subject: [PATCH] Fix issue #49: Updated command in Step 2 of Install section in README Changed command to: helm upgrade autopilot autopilot/autopilot --install --namespace= -f your-config.yml Signed-off-by: Anish Sinha <108232600+Anish701@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e909671..494277d 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ helm repo add autopilot git+https://github.com/IBM/autopilot.git@autopilot-daemo 2) Install autopilot (idempotent command). The config file is for customizing the helm values. Namespace is where the helm chart will live, not the namespace where Autopilot runs ```bash -helm upgrade autopilot autopilot/autopilot-daemon --install --namespace= -f your-config.yml +helm upgrade autopilot autopilot/autopilot --install --namespace= -f your-config.yml ``` The controllers should show up in the selected namespace