diff --git a/README.md b/README.md index 1cce922..4808080 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ or as directories which should live alongside `argo1`. * You may configure the argo-cd helm template via the argo-cd map in values.yaml. A basic example is available in the default values.yaml file which suppresses installing the CRDs (which are instead installed via install-crds.sh) - +4. PUSH YOUR CHANGES + * This step is super important. You _must_ push your changes to the repo + configured in step 3. If not, the status will remain Unknown as the bootstrap + will never be possible. 4. Install ```bash bash install.sh @@ -36,7 +39,7 @@ Add additional applications to `templates/`. These may reference Values or they may be verbatim manifests (be careful of any `{{}}` in your manifests though!) -Do not modify (or be careful with) `1-self.yaml` which is the application which +Do not modify (or be careful with) `self.yaml` which is the application which references this repo to enable self-management. ## Uninstalling