Skip to content

Commit

Permalink
Remove migration section from INSTALL doc (#201)
Browse files Browse the repository at this point in the history
* Remove migration section from INSTALL doc

The migration section contained a link pointing to a document that no longer exists.

Signed-off-by: Sebastian Torres <[email protected]>

* Update INSTALL.md

Remove another reference to migration doc

Signed-off-by: Sebastian Torres <[email protected]>

---------

Signed-off-by: Sebastian Torres <[email protected]>
Co-authored-by: Vishal Choudhary <[email protected]>
  • Loading branch information
cstorres and vishal-chdhry authored Oct 7, 2024
1 parent 75ae7a9 commit 7643ae8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Reports-server has multiple methods for installation: YAML manifest and Helm Chart.YAML manifest is the recommended method to install reports server when kyverno or policy reports CRDs are already installed in the cluster. Helm chart is the most flexible method as it offers a wide range of configurations.

If kyverno is already installed in the cluster, follow the [migration guide](#migration).

Reports-server comes with a postgreSQL database. It is recommended to bring-your-own postgres database to have finer control of database configurations ([see database configuration guide](#database-configuration)).

### YAML Manifest
Expand Down Expand Up @@ -59,11 +57,6 @@ Build docker images, load images in kind cluster, and deploy helm chart
make kind-install
```

## Migration

See [MIGRATION.md](./MIGRATION.md)


## Database Configuration

See [DBCONFIG.md](./DBCONFIG.md)

0 comments on commit 7643ae8

Please sign in to comment.