Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Oct 7, 2023
1 parent c2298c1 commit fce5a42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func deployChartsAndApps(t *testing.T) {
chartPath := filepath.Join("..", "helm-charts", "splunk-otel-collector")
chart, err := loader.Load(chartPath)
require.NoError(t, err)
valuesBytes, err := os.ReadFile(filepath.Join("testdata", "operator_values.yaml"))
valuesBytes, err := os.ReadFile(filepath.Join("testdata", "test_values.yaml.tmpl"))
require.NoError(t, err)
replacements := struct {
K8sClusterEndpoint string
Expand Down
File renamed without changes.

0 comments on commit fce5a42

Please sign in to comment.