feat: working helm template
This commit is contained in:
@@ -3,6 +3,7 @@ package main
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"dagger.io/dagger"
|
||||
@@ -41,6 +42,9 @@ func format(ctx context.Context, optsFuncs ...OptsFunc) error {
|
||||
}
|
||||
}
|
||||
|
||||
log.Println("dagger")
|
||||
log.Printf("%+v", os.Environ())
|
||||
|
||||
client, err := dagger.Connect(ctx, dagger.WithLogOutput(os.Stderr))
|
||||
if err != nil {
|
||||
return fmt.Errorf("could not connect to dagger: %v", err)
|
||||
|
Reference in New Issue
Block a user