diff --git a/charts/karpenter_nodes/Chart.yaml b/charts/karpenter_nodes/Chart.yaml index 147fcb6..b86b2b1 100644 --- a/charts/karpenter_nodes/Chart.yaml +++ b/charts/karpenter_nodes/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: karpenter_nodes -version: 0.0.1 +version: 0.0.2 description: A Helm chart for generating NodeClasses and NodePools for Karpenter maintainers: - name: nadavbuc diff --git a/charts/karpenter_nodes/README.md b/charts/karpenter_nodes/README.md index be950f9..ad6a4b5 100644 --- a/charts/karpenter_nodes/README.md +++ b/charts/karpenter_nodes/README.md @@ -14,7 +14,12 @@ The `UserData` field supports templating and your own values. You can take a loo ## Working with Helm -### Todo - add helm install command when repo is public and alive with real url +### Setting up +1. Add Repository:
```helm repo add fiverr_public https://opensource.fiverr.com/public_charts/``` +2. Either get the values.yaml file from the repository or pull it with the following command:
```helm show values fiverr_public/karpenter_nodes > values.yaml``` +3. Edit the values.yaml file to your needs. +4. Install the chart:
```helm install karpenter_nodes fiverr_public/karpenter_nodes -f values.yaml``` + ### Testing Your Changes After making changes you will probably want to see the new output. Run `helm template` with the relevant example files: