Files
kks-provider-plugin/examples/csi-client.hcl
T

15 lines
449 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.kloud.team"
endpoint = "unix:///var/lib/kubelet/plugins/storage.csi.kloud.team/csi.sock"
mode = "all"
}
client {
server_url = "https://csi.kloud.team"
access_token = "REPLACE_WITH_CLUSTER_ACCESS_TOKEN"
}