Skip to content

Commit

Permalink
Merge pull request #2 from fiverr/Readme_Updates
Browse files Browse the repository at this point in the history
add helm repo add and install command
  • Loading branch information
nadavbuc committed Apr 9, 2024
2 parents 853a200 + fd53de6 commit eca2998
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter_nodes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 6 additions & 1 deletion charts/karpenter_nodes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: </br>```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: </br>```helm show values fiverr_public/karpenter_nodes > values.yaml```
3. Edit the values.yaml file to your needs.
4. Install the chart: </br>```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: </br>
Expand Down

0 comments on commit eca2998

Please sign in to comment.