Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
generate ocp-template.json files for registry and observer
Signed-off-by: Michal Minář <miminar@redhat.com>
  • Loading branch information
Michal Minář committed Apr 20, 2020
1 parent 966f77c commit d283477
Show file tree
Hide file tree
Showing 7 changed files with 1,303 additions and 1,634 deletions.
6 changes: 5 additions & 1 deletion main.jsonnet
@@ -1,5 +1,9 @@
// `src/` shall be included into Jsonnet library path
local obstmpl = import 'observer-template.jsonnet';
local regtmpl = import 'registry-template.jsonnet';

// the following files will be generated by `jsonnet -J src -m . main.jsonnet`
{
'registry/registry-template-test.json': regtmpl {},
'registry/ocp-template.json': regtmpl {},
'observer/ocp-template.json': obstmpl {},
}

0 comments on commit d283477

Please sign in to comment.