Skip to content

Commit

Permalink
karpeter typo fix in README.md (#449)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Leites <18728999+tallaxes@users.noreply.github.com>
  • Loading branch information
dunefro and tallaxes authored Sep 9, 2024
1 parent 43d7fc8 commit 13ad66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ done

### Configure Helm chart values

Karpeter Helm chart requires some configuration via values to work with a specific AKS cluster. The values are documented in the Helm chart itself, but you can use `configure-values.sh` to generate `karpenter-values.yaml` with the required configuration. The script interrogates the AKS cluster and generates the values file, using `karpenter-values-template.yaml` as a template. (The script fetches the template automatically.)
Karpenter Helm chart requires some configuration via values to work with a specific AKS cluster. The values are documented in the Helm chart itself, but you can use `configure-values.sh` to generate `karpenter-values.yaml` with the required configuration. The script interrogates the AKS cluster and generates the values file, using `karpenter-values-template.yaml` as a template. (The script fetches the template automatically.)

```bash
# use configure-values.sh to generate karpenter-values.yaml
Expand Down

0 comments on commit 13ad66a

Please sign in to comment.