We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbc539 commit 8a55ddcCopy full SHA for 8a55ddc
.gitignore
@@ -1,3 +1,4 @@
1
+bin/
2
out/
3
examples/bazel/bazel-*
4
integration/examples/bazel/bazel-*
docs/content/en/docs/how-tos/templating/_index.md
@@ -14,6 +14,7 @@ will be `gcr.io/k8s-skaffold/example:v1`.
14
15
List of fields that support templating:
16
17
+* `build.artifacts.[].docker.buildArgs` (see [builders](/docs/how-tos/builders/))
18
* `build.tagPolicy.envTemplate.template` (see [envTemplate tagger](/docs/how-tos/taggers/##envtemplate-using-values-of-environment-variables-as-tags))
19
* `deploy.helm.releases.setValueTemplates` (see [Deploying with helm](/docs/how-tos/deployers/#deploying-with-helm))
20
0 commit comments