Add script to copy bootstrapping chart and scripts
This commit is contained in:
9
bootstrap/copy-kube-system-bootstrap
Executable file
9
bootstrap/copy-kube-system-bootstrap
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
TOP=@out@/share/kube-system-bootstrap
|
||||||
|
dest=kube-system-bootstrap
|
||||||
|
[ $# = 1 ] && dest=$1
|
||||||
|
cp -r $TOP $dest
|
||||||
|
chmod -R ug+w $dest
|
||||||
|
|
||||||
|
# vim:ft=sh
|
||||||
Reference in New Issue
Block a user