mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
cleanup: correct initResources() function name typo
This function was wrongly declared with name initResouces() in e2e utils package and this patch address the typo in the name Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
f8a08ada6d
commit
8639015a9f
@ -54,5 +54,5 @@ func handleFlags() {
|
||||
framework.RegisterClusterFlags(flag.CommandLine)
|
||||
testing.Init()
|
||||
flag.Parse()
|
||||
initResouces()
|
||||
initResources()
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ var (
|
||||
poll = 2 * time.Second
|
||||
)
|
||||
|
||||
func initResouces() {
|
||||
func initResources() {
|
||||
ns = fmt.Sprintf("--namespace=%v", cephCSINamespace)
|
||||
vaultAddr = fmt.Sprintf("http://vault.%s.svc.cluster.local:8200", cephCSINamespace)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user