Skip to content

Commit 7f50c8d

Browse files
author
Oleg Sucharevich
committed
update runtime-environment struct to have pvcs
1 parent 85dedfc commit 7f50c8d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

pkg/codefresh/runtime_enrionment.go

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ type (
4242
Namespace string `json:"namespace"`
4343
} `json:"cluster"`
4444
UserAccess bool `json:"userAccess"`
45+
Pvcs struct {
46+
Dind struct {
47+
StorageClassName string `yaml:"storageClassName"`
48+
} `yaml:"dind"`
49+
} `yaml:"pvcs"`
4550
}
4651

4752
DockerDaemonScheduler struct {

0 commit comments

Comments
 (0)