File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ And read from the environment:
20
20
21
21
## Examples
22
22
23
- Render the ` pod.yaml ` using values from ` test /.renderizer.yaml` :
23
+ Render the ` pod.yaml ` using values from ` examples/pod /.renderizer.yaml` :
24
24
25
- renderizer --settings=example /pod/.pod.yaml example /pod/pod.yaml.tmpl
25
+ renderizer --settings=examples /pod/.pod.yaml examples /pod/pod.yaml.tmpl
26
26
27
27
Or set ` RENDERIZER ` in the environment:
28
28
29
- RENDERIZER=example /.pod.yaml renderizer example /pod/pod.yaml.tmpl
29
+ RENDERIZER=examples /.pod.yaml renderizer examples /pod/pod.yaml.tmpl
30
30
31
31
Alternatively, it'll try ` .renderizer.yaml ` in the current directory.
32
32
33
- (cd example /pod; renderizer pod.yaml)
33
+ (cd examples /pod; renderizer pod.yaml)
34
34
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 ` ):
36
36
37
37
renderizer --deployment=dev --name='spaced out' pod.yaml
38
38
You can’t perform that action at this time.
0 commit comments