Skip to content

Commit 8a55ddc

Browse files
AndiDogdgageot
authored andcommitted
Document Docker buildArgs as templated field (#2696)
* Ignore bin directory * Document Docker buildArgs as templated field
1 parent 9cbc539 commit 8a55ddc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
bin/
12
out/
23
examples/bazel/bazel-*
34
integration/examples/bazel/bazel-*

docs/content/en/docs/how-tos/templating/_index.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ will be `gcr.io/k8s-skaffold/example:v1`.
1414

1515
List of fields that support templating:
1616

17+
* `build.artifacts.[].docker.buildArgs` (see [builders](/docs/how-tos/builders/))
1718
* `build.tagPolicy.envTemplate.template` (see [envTemplate tagger](/docs/how-tos/taggers/##envtemplate-using-values-of-environment-variables-as-tags))
1819
* `deploy.helm.releases.setValueTemplates` (see [Deploying with helm](/docs/how-tos/deployers/#deploying-with-helm))
1920

0 commit comments

Comments
 (0)