Skip to content

Jasstkn/helmwave-demo

Repository files navigation

helmwave-demo

Deploy

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;

commands

Generate helmwave.yml from template.

helmwave yml

Generate manifests

helmwave build

Deploy by one command

helmwave up --yml --build --kubedog

Destroy all

helmwave down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published