Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 449 Bytes

Kubernetes and Helm charts deployment scripts

Setup

To add k8-tools as subtree to k8s directory:

git subtree add --prefix=k8s/k8s-tools [email protected]:cubesystems/k8s-tools.git master
cd k8s
./k8s-tools/symlink-commands

and commit symlinked commands

Updating

To updated to latest script version from project root:

git subtree pull --prefix=k8s/k8s-tools/ [email protected]:cubesystems/k8s-tools.git master --squash