Skip to content

Commit f4e7dd4

Browse files
committed
improve docs.
1 parent 13a1bd8 commit f4e7dd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ And read from the environment:
2020

2121
## Examples
2222

23-
Render the `pod.yaml` using values from `test/.renderizer.yaml`:
23+
Render the `pod.yaml` using values from `examples/pod/.renderizer.yaml`:
2424

25-
renderizer --settings=example/pod/.pod.yaml example/pod/pod.yaml.tmpl
25+
renderizer --settings=examples/pod/.pod.yaml examples/pod/pod.yaml.tmpl
2626

2727
Or set `RENDERIZER` in the environment:
2828

29-
RENDERIZER=example/.pod.yaml renderizer example/pod/pod.yaml.tmpl
29+
RENDERIZER=examples/.pod.yaml renderizer examples/pod/pod.yaml.tmpl
3030

3131
Alternatively, it'll try `.renderizer.yaml` in the current directory.
3232

33-
(cd example/pod; renderizer pod.yaml)
33+
(cd examples/pod; renderizer pod.yaml)
3434

35-
Next, override the `deployment` value to render the "dev" `pod.yaml` (after `cd example/pod`):
35+
Next, override the `deployment` value to render the "dev" `pod.yaml` (after `cd examples/pod`):
3636

3737
renderizer --deployment=dev --name='spaced out' pod.yaml
3838

0 commit comments

Comments
 (0)