Skip to content

Commit

Permalink
removed duplicate map
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Jan 26, 2024
1 parent f7857c2 commit 975de92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/config/helmvalues/values_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ import (
"k8s.io/apimachinery/pkg/util/yaml"
)

var sourceFiles = map[string]string{
"k0s": "../../../charts/k0s/values.yaml",
"k3s": "../../../charts/k3s/values.yaml",
"k8s": "../../../charts/k8s/values.yaml",
"eks": "../../../charts/eks/values.yaml",
}

func TestValues(t *testing.T) {
testCases := map[string]string{
"k0s": "../../../charts/k0s/values.yaml",
Expand Down

0 comments on commit 975de92

Please sign in to comment.