Files
hlaeja-development/helm
Swordsteel 1d0346d5e2 helm database postgresql
- add Chart.lock to .gitignore
- update helmfile.yaml with database
- add values.yaml with postgresql
- add Chart.yaml with postgresql
2025-07-28 11:37:04 +02:00
..
2025-07-28 11:37:04 +02:00
2025-07-28 11:37:04 +02:00
2025-07-28 11:37:04 +02:00
2025-07-28 11:37:04 +02:00
2025-07-28 11:37:04 +02:00

Hlæja Helm

Set up helm environment

how to set up Enviorment

Deploy to Kubernete

⚠️Warning: always use --selector namespace=<releasesEnviorment> when running helmfile or 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