Skip to content

Commit

Permalink
docs(templates): remove link to changed example
Browse files Browse the repository at this point in the history
  • Loading branch information
joanrieu committed Oct 30, 2017
1 parent 25e851e commit 0af689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chart_template_guide/builtin_objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In the previous section, we use `{{.Release.Name}}` to insert the name of a rele
- `Capabilities.TillerVersion` provides a way to look up the Tiller version. It has the following values: `SemVer`, `GitCommit`, and `GitTreeState`.
- `Template`: Contains information about the current template that is being executed
- `Name`: A namespaced filepath to the current template (e.g. `mychart/templates/mytemplate.yaml`)
- `BasePath`: The namespaced path to the templates directory of the current chart (e.g. `mychart/templates`). This can be used to [include template files](https://github.com/kubernetes/helm/blob/master/docs/charts_tips_and_tricks.md#automatically-roll-deployments-when-configmaps-or-secrets-change)
- `BasePath`: The namespaced path to the templates directory of the current chart (e.g. `mychart/templates`).

The values are available to any top-level template. As we will see later, this does not necessarily mean that they will be available _everywhere_.

Expand Down

0 comments on commit 0af689b

Please sign in to comment.