Skip to content

Commit

Permalink
Fix cherrypicker deployment
Browse files Browse the repository at this point in the history
The GitHub token path does not get defaulted, so we need to set it.
Also, use ghproxy
  • Loading branch information
alvaroaleman committed Sep 9, 2021
1 parent 07ecd12 commit b307f21
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:v20210908-7cf307fffc
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 b307f21

Please sign in to comment.