Files
hauler/pkg/helmtemplater/docs.go
Josh Wolf 372af894b3 refactor to baseline on pluggable oci collection/distribution (#41)
refactor to baseline on pluggable oci collection/distribution

Co-authored-by: Josh Wolf <josh@joshwolf.dev>
2021-10-29 15:55:20 -06:00

7 lines
438 B
Go

// Package helmtemplater
// This is an almost complete copy paste of fleet's helmdeployer package, but repurporsed without the need for fleet's helm fork.
// The modifications include:
// * removing the need for fleet's helm fork by removing the custom field on "ForceAdopt"/*
// * Removing the majority of the uninstall/install/upgrade helm install logic, since hauler is only using fleet's templating engine/*
package helmtemplater