Skip to content

Commit aab9ebe

Browse files
authored
Merge pull request #5882 from netomi/patch-2
Add annotation to replace forwarded headers in route
2 parents 742c8d7 + 4ec56c5 commit aab9ebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/openvsx/templates/route.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ apiVersion: route.openshift.io/v1
2727
kind: Route
2828
metadata:
2929
annotations:
30+
haproxy.router.openshift.io/set-forwarded-headers: replace
3031
haproxy.router.openshift.io/disable_cookies: 'true'
3132
haproxy.router.openshift.io/timeout: {{ .Values.route.timeout }}
3233
labels:

0 commit comments

Comments
 (0)