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 +```