puzzle / dagger-module-helm

Dagger Module providing Helm functionality
Apache License 2.0
1 stars 1 forks source link

daggerverse Helm Module

Dagger module for daggerverse providing Helm functionality.

The Dagger module is located in the helm directory.

usage

Basic usage guide.

The helm directory contains a daggerverse Dagger module.

Check the official Dagger Module documentation: https://docs.dagger.io/zenith/

The Dagger CLI is needed.

functions

List all functions of the module. This command is provided by the Dagger CLI.

dagger functions -m ./helm/

The helm module is referenced locally.

See the module readme or the method comments for more details.

development

Basic development guide.

setup Dagger module

Setup the Dagger module.

Create the directory for the module and initialize it.

mkdir helm/
cd helm/

# initialize Dagger module
dagger init
dagger develop --sdk go --source helm

To Do