update README
This commit is contained in:
parent
4906c52d80
commit
2001503ea4
|
@ -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.
|
* 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
|
A basic example is available in the default values.yaml file which suppresses
|
||||||
installing the CRDs (which are instead installed via install-crds.sh)
|
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
|
4. Install
|
||||||
```bash
|
```bash
|
||||||
bash install.sh
|
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
|
they may be verbatim manifests (be careful of any `{{}}` in your manifests
|
||||||
though!)
|
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.
|
references this repo to enable self-management.
|
||||||
|
|
||||||
## Uninstalling
|
## Uninstalling
|
||||||
|
|
Loading…
Reference in New Issue
Block a user