Add a line to the Makefile to make K8s output, although not usable yet

This commit is contained in:
Cyber MacGeddon 2024-09-07 18:15:51 +01:00
parent 2f486fc834
commit e128648404

View file

@ -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: