- update actuator.http - update helmfile.yaml - add 03-service.yaml - add 02-deployment.yaml - add 01-configmap.yaml - update 01 secret values.yaml with keystore - add values.yaml - add Chart.yaml
Hlæja Helm
Set up helm environment
how to set up Enviorment
Deploy to Kubernete
⚠️Warning: always use
--selector namespace=<releasesEnviorment>when runninghelmfileor risk lose it all!!! ⚠️
Info: limit even more by using
--selector namespace=<releasesEnviorment>,name=<releasesName>
Create everything for a name space
helmfile --selector namespace=testing apply
Destroy everything for a name space
helmfile --selector namespace=testing destroy
Create initialize for a name space
helmfile --selector namespace=testing,name=initialize apply
Destroy initialize for a name space
helmfile --selector namespace=testing,name=initialize destroy