From 6ff952421053d9d00f343d4005f92cfdc6822515 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Tue, 29 Mar 2022 08:21:05 +0530 Subject: [PATCH] update readme Signed-off-by: Amneesh Singh --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2338d8..0868404 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ resource_types: - name: nomad type: registry-image source: - repository: cioplenu/concourse-nomad-resource + repository: natto1784/concourse-nomad-resource tag: latest resources: @@ -48,6 +48,9 @@ like a version on the fly. values. Each key should be represented in the job file as `{{.key}}` and the values should be path to text files which content will be used as the variable value. Whitespace and trailing newlines will be trimmed from the value. +* `templating`: { bool }: Whether to use templating or not. `true` by default +* `restart`: { bool }: Whether to restart a job or not. `false` by default +> **NOTE:** Restart just runs `stop -purge` against the job before running `run` against it ## Example @@ -56,7 +59,7 @@ resource_types: - name: nomad type: registry-image source: - repository: cioplenu/concourse-nomad-resource + repository: natto1784/concourse-nomad-resource tag: latest resources: