fix: change kloud.team to kloude.ir
Release Chart / release (push) Successful in 23s
deploy / build (push) Successful in 2m45s

This commit is contained in:
2026-07-22 23:37:54 +03:30
parent e6054bc8ea
commit 23ee9db817
7 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ func TestLoadNormalizesClientDefaults(t *testing.T) {
t.Fatalf("Load failed: %v", err)
}
if cfg.Driver.Name != "storage.csi.kloud.team" {
if cfg.Driver.Name != "storage.csi.kloude.ir" {
t.Fatalf("unexpected driver name: %q", cfg.Driver.Name)
}
if cfg.Client.ServerURL != "http://192.168.84.10:9766" {