From 2343c10386c37ece68741304c0f37cad35e771bf Mon Sep 17 00:00:00 2001 From: Rodrigo Tavares Date: Wed, 17 Jul 2024 19:45:29 +0200 Subject: [PATCH] Update README.md Thanks @dhaiducek Co-authored-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1602fbc..86ccb9fc 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,11 @@ This is known as `PolicySets` and these contributions are made in directories or ## Using GitOps to deploy policies to a cluster -Fork this repository and use the forked version as the target to run the sync. This avoids unintended changes to your cluster. -To get the latest policies from the `policy-collection` repository, pull the latest changes from `policy-collection` and then create a pull request to merge these changes into your forked repository. Any further changes to your repository will be applied to your cluster automatically. +Fork this repository and use the forked version as the target to run the sync. This avoids +unintended changes to your cluster. To get the latest policies from the `policy-collection` +repository, pull the latest changes from `policy-collection` and then create a pull request to merge +these changes into your forked repository. Any further changes to your repository will be applied to +your cluster automatically. Make sure you have [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) installed and that you are logged into your hub cluster in terminal.