We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239d8f2 commit 76a2698Copy full SHA for 76a2698
pkg/helm/watches/watches.go
@@ -85,7 +85,7 @@ func Load(path string) ([]Watch, error) {
85
}
86
87
if _, ok := watchesMap[gvk]; ok {
88
-
+ return nil, fmt.Errorf("duplicate GVK: %s", gvk)
89
90
watch := Watch{
91
GroupVersionKind: gvk,
0 commit comments