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
@@ -93,10 +93,10 @@ func (c *Config) normalize() error {
}
if c.Driver.Name == "" {
c.Driver.Name = "storage.csi.kloud.team"
c.Driver.Name = "storage.csi.kloude.ir"
}
if c.Driver.Endpoint == "" {
c.Driver.Endpoint = "unix:///var/lib/kubelet/plugins/storage.csi.kloud.team/csi.sock"
c.Driver.Endpoint = "unix:///var/lib/kubelet/plugins/storage.csi.kloude.ir/csi.sock"
}
if c.Driver.NodeID == "" {
hostname, err := os.Hostname()