From 956981c6934691d488f80ba618ebbb9cd9c3ff4f Mon Sep 17 00:00:00 2001 From: Anushka Mittal <138426011+anushkamittal2001@users.noreply.github.com> Date: Mon, 13 May 2024 12:39:56 +0530 Subject: [PATCH 1/2] Add instruction to create reports-server namespace Signed-off-by: Anushka Mittal <138426011+anushkamittal2001@users.noreply.github.com> --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 9dd941b..a4cbe20 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -7,7 +7,7 @@ If kyverno is already installed in the cluster, follow the [migration guide](#mi 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 -It is recommended to install Reports-server using `kubectl apply`, especially when policy reports CRDs are already installed in the cluster ([see migration guide](#migration)). To install reports server using YAML manifest, run the following command: +It is recommended to install Reports-server using `kubectl apply`, especially when policy reports CRDs are already installed in the cluster ([see migration guide](#migration)). To install reports server using YAML manifest, cretae a `reports-server` namespace and run the following command: ```bash kubectl apply -f https://raw.githubusercontent.com/kyverno/reports-server/main/config/install.yaml From 5103bfb8d73fe776916371e7da42282fdfb9ad29 Mon Sep 17 00:00:00 2001 From: Anushka Mittal <138426011+anushkamittal2001@users.noreply.github.com> Date: Mon, 13 May 2024 12:40:38 +0530 Subject: [PATCH 2/2] fix: typo Signed-off-by: Anushka Mittal <138426011+anushkamittal2001@users.noreply.github.com> --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index a4cbe20..0349f99 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -7,7 +7,7 @@ If kyverno is already installed in the cluster, follow the [migration guide](#mi 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 -It is recommended to install Reports-server using `kubectl apply`, especially when policy reports CRDs are already installed in the cluster ([see migration guide](#migration)). To install reports server using YAML manifest, cretae a `reports-server` namespace and run the following command: +It is recommended to install Reports-server using `kubectl apply`, especially when policy reports CRDs are already installed in the cluster ([see migration guide](#migration)). To install reports server using YAML manifest, create a `reports-server` namespace and run the following command: ```bash kubectl apply -f https://raw.githubusercontent.com/kyverno/reports-server/main/config/install.yaml