Skip to content

Commit

Permalink
fix(charts/prow): fix oauth urls
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo committed Dec 22, 2022
1 parent 4ad6d2a commit 0715d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: application
# time you make changes to the chart and its templates,
# including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.7.0"
version: "0.7.1"

# This is the version number of the application being deployed.
# This version number should be incremented each time you make changes to the
Expand Down
4 changes: 2 additions & 2 deletions charts/prow/templates/secret-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ stringData:
secret: |
client_id: {{ .Values.prow.githubAppClientId }}
client_secret: {{ .Values.prow.githubAppClientSecret }}
redirect_url: {{ .Values.prow.domainName }}/github-login/redirect
final_redirect_url: {{ .Values.prow.domainName }}/pr
redirect_url: https://{{ .Values.prow.domainName }}/github-login/redirect
final_redirect_url: https://{{ .Values.prow.domainName }}/pr
oauth-cookie-secret: {{ .Values.prow.githubOauthCookieSecret }}

0 comments on commit 0715d8a

Please sign in to comment.