Skip to content

Commit 7cac5c3

Browse files
committed
Add debugger for RANCHER_PASSWORD
1 parent 5de6bd4 commit 7cac5c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/testenv/rancher.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ package testenv
1818

1919
import (
2020
"context"
21+
"fmt"
2122
"os"
2223

2324
. "github.com/onsi/ginkgo/v2"
@@ -219,7 +220,7 @@ func DeployRancher(ctx context.Context, input DeployRancherInput) PreRancherInst
219220
})
220221
Expect(err).ToNot(HaveOccurred())
221222
}
222-
223+
fmt.Println("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<RANCHER_PASSWORD>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>", input.RancherPassword)
223224
yamlExtraValues, err := yaml.Marshal(deployRancherValuesFile{
224225
BootstrapPassword: input.RancherPassword,
225226
Hostname: input.RancherHost,

0 commit comments

Comments
 (0)