Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 5abf080

Browse files
committed
fix: repo.GetAppDetails().Helm.GetParameterValueByName not get helm.values
1 parent c9c72be commit 5abf080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/argocd/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package argocd
33
import (
44
"context"
55
"fmt"
6-
"gopkg.in/yaml.v3"
6+
"github.com/ghodss/yaml"
77
"strings"
88

99
"github.com/argoproj-labs/argocd-notifications/expr/shared"

0 commit comments

Comments
 (0)