This is demo repository for testing helmwave features with enabled CI/CD and multi-environments feature.
graph TB;
A[Prepare environment]
B[Run tests]
C[Deploy to prod]
D[Deploy to stage]
A---->B;
B--is branch main?-->C;
B--is branch not main?-->D;
Generate helmwave.yml
from template.
helmwave yml
Generate manifests
helmwave build
Deploy by one command
helmwave up --yml --build --kubedog
Destroy all
helmwave down