blob: 022a21995303f480aa2bfda22483e3336d3f515c (
plain) (
blame)
1
2
3
4
5
6
|
install k3s
install helmsman
COMMIT_SHA=$(git rev-parse --short HEAD) helmsman --apply -f k8s/helmsman.yml
to deploy, execute the ./deploy.sh script (and have the correct env variables)
|