Skip to content

Commit

Permalink
Deletes no longer valid comment in infra (rancher#3100)
Browse files Browse the repository at this point in the history
* Deletes no longer valid comment in infra
* add go.sum to typos excluded files
---------

Signed-off-by: Xavi Garcia <[email protected]>
  • Loading branch information
0xavi0 authored Nov 26, 2024
1 parent 3f61ba5 commit 1ffdf9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[files]
extend-exclude = [
"go.mod",
"go.sum",
"ssh_host_ecdsa_key",
"cloner_test.go",
"netutils_test.go",
Expand Down
1 change: 0 additions & 1 deletion e2e/testenv/infra/cmd/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ var setupCmd = &cobra.Command{
return "", nil
})

// TODO enable this when the Helm library supports `--insecure-skip-tls-verify`
chartArchive, err := os.ReadFile("sleeper-chart-0.1.0.tgz")
if err != nil {
fail(fmt.Errorf("reading helm chart: %v", err))
Expand Down

0 comments on commit 1ffdf9c

Please sign in to comment.