Skip to content

Commit b2596ed

Browse files
Bert-Rbrandond
authored andcommitted
Spelling correction in README.md
Replacement of #170, now signed-off for DCO. Signed-off-by: Bert Roos <[email protected]>
1 parent cf4b87d commit b2596ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ supporting the [acceptance of K3s as a CNCF sandbox project](https://github.com/
99
A simple way to manage helm charts (v2 and v3) with Custom Resource Definitions in k8s.
1010

1111
## Manifests and Deploying
12-
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.
12+
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.
1313

1414
#### Namespaced Deploys
1515
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`

0 commit comments

Comments
 (0)