Skip to content

Commit

Permalink
Merge pull request #23530 from alvaroaleman/fix-cherrypicker
Browse files Browse the repository at this point in the history
Fix cherrypicker deployment
  • Loading branch information
k8s-ci-robot authored Sep 9, 2021
2 parents 6c59eee + b307f21 commit 50bb2e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/prow/cluster/cherrypicker_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ spec:
image: gcr.io/k8s-prow/cherrypicker:v20210909-3483cd12ba
imagePullPolicy: Always
args:
- --github-token-path=/etc/github/oauth
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --dry-run=false
ports:
- name: http
Expand Down

0 comments on commit 50bb2e5

Please sign in to comment.