-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
No matter what I use for a template I always get an error saying that the template variables are undefined;
Example template
ID {{ .ID }}
Test invocation:
env ID=blah go/cmd/bin/docker_entrypoint -template foo.template /bin/true
foo.template
error rendering template foo.template: template: foo.template:2:6: executing "foo.template" at <.ID>: map has no entry for key "ID"
Metadata
Metadata
Assignees
Labels
No labels