diff --git a/ci-operator/config/openshift/ci-operator-prowgen/master.json b/ci-operator/config/openshift/ci-operator-prowgen/master.json index d793871e222e1..3dbf644e9c775 100644 --- a/ci-operator/config/openshift/ci-operator-prowgen/master.json +++ b/ci-operator/config/openshift/ci-operator-prowgen/master.json @@ -31,6 +31,19 @@ }] } } + }, + { + "from": "os", + "to": "determinize-prow-jobs", + "context_dir": "images/determinize-prow-jobs/", + "inputs": { + "bin": { + "paths": [{ + "source_path": "/go/bin/determinize-prow-jobs", + "destination_dir": "." + }] + } + } } ], @@ -61,4 +74,4 @@ "limits": { "cpu": "2", "memory": "6Gi" } } } -} \ No newline at end of file +}