mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 16:51:02 +02:00
Add a line to the Makefile to make K8s output, although not usable yet
This commit is contained in:
parent
2f486fc834
commit
e128648404
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
|
@ -69,3 +69,10 @@ update-templates: set-version
|
|||
--ext-str options=$${cm} -S $${input} > $${output}; \
|
||||
done; \
|
||||
done
|
||||
|
||||
config.yaml: config.json FORCE
|
||||
jsonnet -J . -J templates/ templates/config-to-k8s.jsonnet | \
|
||||
python3 -c 'import sys, yaml, json; j=json.loads(sys.stdin.read()); print(yaml.safe_dump(j))' > $@
|
||||
|
||||
FORCE:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue