Skip to content

Commit

Permalink
fix yaml merge issue (koderover#2705)
Browse files Browse the repository at this point in the history
Signed-off-by: allenshen <[email protected]>
  • Loading branch information
AllenShen authored Jun 1, 2023
1 parent d50aecc commit 46e14b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/util/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ import (
"fmt"
"strings"

"github.com/koderover/zadig/pkg/util/converter"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/helm/pkg/strvals"

"github.com/koderover/zadig/pkg/util/converter"
)

func GeneReleaseName(namingRule, projectName, namespace, envName, service string) string {
Expand Down

0 comments on commit 46e14b7

Please sign in to comment.