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
+2 -2
View File
@@ -53,10 +53,10 @@ func ApplyEnvOverrides(cfg *Config) {
cfg.Driver.Mode = CSIModeNode
}
if cfg.Driver.Name == "" {
cfg.Driver.Name = "storage.csi.kloud.team"
cfg.Driver.Name = "storage.csi.kloude.ir"
}
if cfg.Driver.Endpoint == "" {
cfg.Driver.Endpoint = "unix:///var/lib/kubelet/plugins/storage.csi.kloud.team/csi.sock"
cfg.Driver.Endpoint = "unix:///var/lib/kubelet/plugins/storage.csi.kloude.ir/csi.sock"
}
}