Skip to content

Commit

Permalink
Merge pull request #162 from lloesche/main
Browse files Browse the repository at this point in the history
Fix typo in helm.md
  • Loading branch information
cwayne18 authored Aug 9, 2023
2 parents fb90dc3 + abce618 commit 28a097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/helm/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
Content placed in `/var/lib/rancher/k3s/server/static/` can be accessed anonymously via the Kubernetes APIServer from within the cluster. This URL can be templated using the special variable `%{KUBERNETES_API}%` in the `spec.chart` field. For example, the packaged Traefik component loads its chart from `https://%{KUBERNETES_API}%/static/charts/traefik-12.0.000.tgz`.

:::note
The `name` field should follow the Helm chart naming conventions. Refer to the [Helm Best Practicies documentation](https://helm.sh/docs/chart_best_practices/conventions/#chart-names) to learn more.
The `name` field should follow the Helm chart naming conventions. Refer to the [Helm Best Practices documentation](https://helm.sh/docs/chart_best_practices/conventions/#chart-names) to learn more.
:::

### Customizing Packaged Components with HelmChartConfig
Expand Down

0 comments on commit 28a097c

Please sign in to comment.