File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,12 @@ secrets: {{ if .prow.slack.token }}
77 oauthConfig : oauth-config
88 bucketGcsCredentials : prow-bucket-gcs-credentials
99
10- deck :
11- ingress :
12- host : prow.{{ .global.basedomain }}
13- annotations :
14- nginx.ingress.kubernetes.io/auth-url : " https://oauth2.{{ .global.basedomain }}/oauth2/auth"
15- nginx.ingress.kubernetes.io/auth-signin : " https://oauth2.{{ .global.basedomain }}/oauth2/start?rd=/redirect/$http_host$request_uri"
16-
17- hook :
18- ingress :
19- host : prow.{{ .global.basedomain }}
10+ ingress :
11+ ingressClass : nginx
12+ host : prow.{{ .global.basedomain }}
13+ annotations :
14+ nginx.ingress.kubernetes.io/auth-url : " https://oauth2.{{ .global.basedomain }}/oauth2/auth"
15+ nginx.ingress.kubernetes.io/auth-signin : " https://oauth2.{{ .global.basedomain }}/oauth2/start?rd=/redirect/$http_host$request_uri"
2016
2117github :
2218 org : {{ .global.github.org }}
You can’t perform that action at this time.
0 commit comments