From 0584e2423740aac21d17f2978931f8908e0ed52f Mon Sep 17 00:00:00 2001 From: Bert Roos Date: Sat, 29 Jul 2023 11:22:51 +0200 Subject: [PATCH] Spelling correction in README.md Replacement of #170, now signed-off for DCO. Signed-off-by: Bert Roos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a822a430..94e041f8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ supporting the [acceptance of K3s as a CNCF sandbox project](https://github.com/ A simple way to manage helm charts (v2 and v3) with Custom Resource Definitions in k8s. ## Manifests and Deploying -The `./manifests` folder contains useful YAML manifests to use for deploying and developing the Helm Controller. This simply YAML deployment creates a HelmChart CRD + a Deployment using the `rancher/helm-controller` container. The YAML might need some modifications for your environment so read below for Namespaced vs Cluster deployments and how to use them properly. +The `./manifests` folder contains useful YAML manifests to use for deploying and developing the Helm Controller. This simple YAML deployment creates a HelmChart CRD + a Deployment using the `rancher/helm-controller` container. The YAML might need some modifications for your environment so read below for Namespaced vs Cluster deployments and how to use them properly. #### Namespaced Deploys Use the `deploy-namespaced.yaml` to create a namespace and add the Helm Controller and CRD to that namespace locking down the Helm Controller to only see changes to CRDs within that namespace. This is defaulted to `helm-controller` so update the YAML to your needs before running `kubectl create`