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
+3 -3
View File
@@ -3,12 +3,12 @@
#
# When installed with charts/kks-provider-plugin, settings come from env vars instead.
driver {
name = "storage.csi.kloud.team"
endpoint = "unix:///var/lib/kubelet/plugins/storage.csi.kloud.team/csi.sock"
name = "storage.csi.kloude.ir"
endpoint = "unix:///var/lib/kubelet/plugins/storage.csi.kloude.ir/csi.sock"
mode = "all"
}
client {
server_url = "https://csi.kloud.team"
server_url = "https://csi.kloude.ir"
access_token = "REPLACE_WITH_CLUSTER_ACCESS_TOKEN"
}