Browse Source

pass revisions count to helm worker job

Mohammed Nafees 3 năm trước cách đây
mục cha
commit
0673b4c580
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      workers/main.go

+ 1 - 0
workers/main.go

@@ -206,6 +206,7 @@ func getJob(id string, input map[string]interface{}) worker.Job {
 			AWSRegion:          envDecoder.AWSRegion,
 			S3BucketName:       envDecoder.S3BucketName,
 			EncryptionKey:      envDecoder.EncryptionKey,
+			RevisionsCount:     envDecoder.RevisionsCount,
 		})
 
 		if err != nil {