Skip to content
Snippets Groups Projects

Draft: Makefile: Add all commands to deploy the kubernetes controlplane

Merged Sheogorath requested to merge feature/deploy-kubernetes into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
utils/git.mk 0 → 100644
+ 5
0
.PHONY: commit
commit: ## Commit changes to git, push them to the remote and inform flux about it
git commit -v
git push
make flux-update-git
Loading