15 lines
446 B
HCL
15 lines
446 B
HCL
# Run on user cluster nodes via Helm, or standalone with:
|
|
# kks-provider csi -c examples/csi-client.hcl
|
|
#
|
|
# When installed with charts/kks-provider-plugin, settings come from env vars instead.
|
|
driver {
|
|
name = "storage.csi.kloude.ir"
|
|
endpoint = "unix:///var/lib/kubelet/plugins/storage.csi.kloude.ir/csi.sock"
|
|
mode = "all"
|
|
}
|
|
|
|
client {
|
|
server_url = "https://csi.kloude.ir"
|
|
access_token = "REPLACE_WITH_CLUSTER_ACCESS_TOKEN"
|
|
}
|