fix(clustertool): use helm yaml rendering for chart.yaml

This commit is contained in:
Kjeld Schouten
2025-04-09 14:03:41 +02:00
parent 037f4ea64f
commit 1334eb139e
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"bytes" "bytes"
"io" "io"
"gopkg.in/yaml.v3" "sigs.k8s.io/yaml"
) )
// Encoder is a custom encoder for YAML that writes to an io.Writer. // Encoder is a custom encoder for YAML that writes to an io.Writer.