aboutsummaryrefslogtreecommitdiff
path: root/experimental/app/csi-s3/deploy/dummy-volume.hcl
blob: 67dfd39edfd09e98ee385127a64a2574570ec483 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
id           = "dummy-volume"
name         = "dummy-volume"
type         = "csi"
plugin_id    = "csi-s3"

capability {
  access_mode     = "single-node-writer"
  attachment_mode = "file-system"
}

secrets {
  accessKeyId = "GKfd94f06139bb73de5642baf5"
  secretAccessKey = "a4fa6c956d847b145a823c4615e4655126c67babf3cce2337b4d73cd381d7f06"
  endpoint = "https://garage-staging.home.adnab.me"
  region = "garage-staging"
}

parameters {
  mounter = "rclone"
}