Update standard label docs

Align docs to what we currently recommend as best practices.
reviewable/pr2581/r1
Reinhard Nägele 8 years ago committed by GitHub
parent 72cd1464d2
commit 2a4d535988

@ -25,13 +25,8 @@ are recommended, and _should_ be placed onto a chart for global consistency. Tho
Name|Status|Description Name|Status|Description
-----|------|---------- -----|------|----------
heritage | REC | This should always be set to `Tiller`. It is for finding all things managed by Tiller. heritage | REC | This should always be set to `{{ .Release.Service }}`. It is for finding all things managed by Tiller.
release | REC | This should be the `{{ .Release.Name }}`. release | REC | This should be the `{{ .Release.Name }}`.
chart | REC | This should be the chart name and version: `{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}`. chart | REC | This should be the chart name and version: `{{ .Chart.Name }}-{{ .Chart.Version }}`.
app | OPT | This should be the app name, reflecting the entire app. Often the chart's `{{ .Chart.Name }}` is used for this. This is used by many Kubernetes manifests, and is not Helm-specific. app | REC | This should usually be set to `{{ template "name" . }}`, reflecting the entire app. This is used by many Kubernetes manifests, and is not Helm-specific.
component | OPT | This is a common label for marking the different roles that pieces may play in an application. For example, `component: frontend` component | OPT | This is a common label for marking the different roles that pieces may play in an application. For example, `component: frontend`

Loading…
Cancel
Save