Ver código fonte

pass revisions count to helm worker job

Mohammed Nafees 3 anos atrás
pai
commit
0673b4c580
1 arquivos alterados com 1 adições e 0 exclusões
  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 {