You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/docs/how-tos/templating/_index.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,5 @@ List of fields that support templating:
20
20
21
21
List of variables that are available for templating:
22
22
23
-
* all environment variables passed to the Skaffold process as startup
24
-
*`IMAGE_NAME` - the artifacts' image name - the [image name rewriting](/docs/concepts/#image-repository-handling) acts after the template was calculated
25
-
*`DIGEST` - the image digest calculated by the docker registry after pushing the image
26
-
* if `DIGEST` is of format `algo:hex`, `DIGEST_ALGO` and `DIGEST_HEX` parts correspond to the parts of the string otherwise `DIGEST_HEX`=`DIGEST` is set
27
-
28
-
23
+
* all environment variables passed to the skaffold process as startup
24
+
*`IMAGE_NAME` - the artifacts' image name - the [image name rewriting](/docs/concepts/#image-repository-handling) acts after the template was calculated
0 commit comments