From 16d3cbd5a4fe0ba2b2dcc59efc0bea6930f62051 Mon Sep 17 00:00:00 2001 From: Hongchao Deng Date: Mon, 26 Oct 2020 16:44:10 -0700 Subject: [PATCH] add readme --- hack/vela-templates/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hack/vela-templates/README.md diff --git a/hack/vela-templates/README.md b/hack/vela-templates/README.md new file mode 100644 index 000000000..c1eb9ff19 --- /dev/null +++ b/hack/vela-templates/README.md @@ -0,0 +1,6 @@ +This is the sole place to hold built-int CUE templates of Vela Core. + +To update definitions in charts, run: +``` +./hack/vela-templates/gen_definitions.sh +```