Skip to content

Commit

Permalink
Test commit for license check
Browse files Browse the repository at this point in the history
  • Loading branch information
anandmukul93 committed Feb 19, 2025
1 parent 781ce19 commit 2439c7c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,18 @@ This short example assumes Consul is installed locally.
$ cat out.txt
bar
```
1. Similarly, test for nomad and vault writes:

```shell
$ nomad job run examples/nomad.hcl
$ vault kv put secret/foo bar=baz
```

```shell
$ consul-template -template "in.tpl:out.txt" -once
$ cat out.txt
baz
```
For more examples and use cases, please see the [examples folder][examples] in
this repository.

Expand Down

0 comments on commit 2439c7c

Please sign in to comment.