1 helm create name-of-the-chart
1
helm create name-of-the-chart
Flux Base command curl -s https://fluxcd.io/install.sh | sudo bash export GITHUB_TOKEN=<your-token> flux bootstrap github \ --owner=my-github-username \ --repository=my-repository \ ...
Memory Base command Show memory in MB. Available field shows free memory Total field shows all memory Used field shows how much memory been used (includes cache) Free field shows unused memory 1 2...
Git Base command git --version #Set username git config --global user.name "Eric Nexus" #Set User Email git config --global user.email eric@eric.kz #Show All Git config git config --list #Crea...
Flux
Memory