瀏覽代碼

pass revisions count to helm worker job

Mohammed Nafees 3 年之前
父節點
當前提交
0673b4c580
共有 1 個文件被更改,包括 1 次插入 和 0 次删除
  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 {