fix(clustertool): use different yaml lib

This commit is contained in:
Kjeld Schouten
2024-11-06 10:17:47 +01:00
parent d4d462d384
commit caa1a5fdb8
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"io/ioutil"
"github.com/rs/zerolog/log"
"sigs.k8s.io/yaml"
"gopkg.in/yaml.v3"
)
type SopsConfig struct {