Skip to content

Commit

Permalink
Merge pull request #1332 from jackyalbo/jacky-route-fix
Browse files Browse the repository at this point in the history
Adding disable_cookies annotation to S3 route
  • Loading branch information
jackyalbo authored Apr 3, 2024
2 parents e40e407 + b710fd7 commit 7ef7b69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/internal/route-s3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: route.openshift.io/v1
kind: Route
metadata:
annotations:
haproxy.router.openshift.io/disable_cookies: 'true'
labels:
app: noobaa
name: s3
Expand Down
4 changes: 3 additions & 1 deletion pkg/bundle/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -4666,11 +4666,13 @@ spec:
wildcardPolicy: None
`

const Sha256_deploy_internal_route_s3_yaml = "16050267fd5cb0a34ff7b4d849a601d2583da1a11394a94f38c4f066c1613f34"
const Sha256_deploy_internal_route_s3_yaml = "51a2eeee88436d97847f2911a4d05077885dd94bc69c537ad67417bc823a8e20"

const File_deploy_internal_route_s3_yaml = `apiVersion: route.openshift.io/v1
kind: Route
metadata:
annotations:
haproxy.router.openshift.io/disable_cookies: 'true'
labels:
app: noobaa
name: s3
Expand Down

0 comments on commit 7ef7b69

Please sign in to comment.