Files
hlaeja-development/helm
Swordsteel cecdb1a627 helm secrets
- add docker registry config
   - update values.yaml with values from 03-keystore.yaml
   - add 03-keystore.yaml
- add docker registry config
   - update values.yaml with values from 02-json-web-token.yaml
   - add 02-json-web-token.yaml
- add docker registry config
   - update values.yaml with values from 01-docker-registry.yaml
   - add 01-docker-registry.yaml
   - update kube/01-initialize/02-registry-secret.yaml
   - extract docker registry /doc/k8s-testing.md to doc/k8s-docker-registry.md
- add values.yaml
- add Chart.yaml
- add helmfile.yaml
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