7 lines
150 B
Makefile
7 lines
150 B
Makefile
NAME=etcd
|
|
|
|
include ../../../hack/package.mk
|
|
|
|
generate:
|
|
cozyvalues-gen -v values.yaml -s values.schema.json -r README.md
|
|
../../../hack/update-crd.sh
|