Helm

Installation HelmCLI

Installation helm, regarder si vous allez bien pointé sur là dernière version d'helm par rapport à la publication de cette rubrique. 

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
ls /usr/local/bin/helm
export PATH=$PATH:/usr/local/bin
./get_helm.sh

TEST HELM INSTALL :

helm version
helm repo add stable https://charts.helm.sh/stable
helm repo update

Helm commande

Commande helm pour tester son template values sur un cluster openshift ou kubernetes :
helm template onyx ./ -f values-recette.yaml --namespace onyx-recette --debug

Décomposition de la commande:

------------------------------------------------------------------------------------------------------------------------------------------------------

d'autre commande arrive seront placée par la suite