mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user