Skip to content

Commit

Permalink
Document missing template field
Browse files Browse the repository at this point in the history
Templates work for manifests, too.
So document `setValueTemplates` since we are actually using it.
  • Loading branch information
AndreasBergmeier6176 committed Nov 22, 2023
1 parent 1fd9627 commit c6eb4d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs-v2/content/en/docs/environment/templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ will be `gcr.io/k8s-skaffold/example:v1`.
* `deploy.kubectl.defaultNamespace`
* `deploy.kustomize.defaultNamespace`
* `manifests.kustomize.paths.[]`
* `manifests.helm.releases[].setValueTemplates`
* `portForward.namespace`
* `portForward.resourceName`

Expand Down Expand Up @@ -65,4 +66,4 @@ The templating pipelines provided by Go templates can be quite comprehensive whe
```default now .SOURCE_DATE_EPOCH | date "2006-01-02T15:04:05-0700"```
* The idiomatic seven-character abbreviated Git hash is easily accessible:

```cmd "bash" "-c" "git rev-parse HEAD" | substr 0 7```
```cmd "bash" "-c" "git rev-parse HEAD" | substr 0 7```

0 comments on commit c6eb4d7

Please sign in to comment.