Add contrib/k8s to release tarball (#788)

The docs suggest it is (https://matchbox.psdn.io/deployment/#kubernetes) but they aren't there. They're only in the git checkout. Which is fine, but for consistency.
This commit is contained in:
Barak Michener
2020-03-24 23:11:56 -07:00
committed by GitHub
parent be10339429
commit 7ba809adf4

View File

@@ -29,6 +29,10 @@ cp scripts/tls/openssl.conf $SCRIPTS/tls
mkdir -p $CONTRIB/systemd
cp -r contrib/systemd/* $CONTRIB/systemd
# k8s manifests
mkdir -p $CONTRIB/k8s
cp -r contrib/k8s/* $CONTRIB/k8s
# examples
mkdir -p $DEST/examples
cp -r examples/{cloud,groups,ignition,profiles,README.md} $DEST/examples