Skip to content

Commit 5b51b89

Browse files
authored
Revert change to replace x-forwarded-* headers
1 parent 59bbeb5 commit 5b51b89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

charts/openvsx/templates/route.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: route.openshift.io/v1
22
kind: Route
33
metadata:
44
annotations:
5-
haproxy.router.openshift.io/set-forwarded-headers: replace
65
haproxy.router.openshift.io/disable_cookies: 'true'
76
haproxy.router.openshift.io/timeout: {{ .Values.route.timeout }}
87
labels:
@@ -28,7 +27,6 @@ apiVersion: route.openshift.io/v1
2827
kind: Route
2928
metadata:
3029
annotations:
31-
haproxy.router.openshift.io/set-forwarded-headers: replace
3230
haproxy.router.openshift.io/disable_cookies: 'true'
3331
haproxy.router.openshift.io/timeout: {{ .Values.route.timeout }}
3432
labels:

0 commit comments

Comments
 (0)