Skip to content

Commit

Permalink
Merge pull request #182 from openshift-cherrypick-robot/cherry-pick-1…
Browse files Browse the repository at this point in the history
…79-to-release-4.14

[release-4.14] OCPBUGS-22430:disable http/2 server support in webhook
  • Loading branch information
openshift-merge-bot[bot] committed Nov 28, 2023
2 parents f7afb64 + 9c05c32 commit f46e4b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/webhook/deployment.yaml
Expand Up @@ -49,6 +49,8 @@ spec:
env:
- name: WEBHOOK_CONFIG_PATH
value: "/etc/webhook/config/webhook.conf"
- name: GODEBUG
value: "http2server=0" # disable HTTP/2 server support
- name: CSI_NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit f46e4b5

Please sign in to comment.