Skip to content

Commit 3112575

Browse files
author
Oleg Sucharevich
committed
update nodeSelector to accept object
1 parent ef29739 commit 3112575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.16.0

pkg/codefresh/runtime_enrionment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ type (
7878
StorageClass string
7979
RunnerType string
8080
DockerDaemonParams string
81-
NodeSelector string
81+
NodeSelector map[string]string
8282
}
8383

8484
ValidateRuntimeOptions struct {

0 commit comments

Comments
 (0)