Skip to content

Commit e971f8f

Browse files
committed
add custom timeout for cloning
1 parent 8bac170 commit e971f8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/k8s-integration/config/test-config-template.in

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ StorageClass:
44
SnapshotClass:
55
FromFile: {{ .SnapshotClassFile }}
66
{{end}}
7+
{{if .Timeouts}}
8+
Timeouts:
9+
{{ range $key, $value := .Timeouts }}{{ $key }}: {{ $value }}
10+
{{ end }}
11+
{{end}}
712
DriverInfo:
813
Name: csi-gcepd-{{.StorageClass}}
914
SupportedFsType:

0 commit comments

Comments
 (0)