Skip to content

Commit

Permalink
OCPBUGS-18418: set TLS cipher suites in Kube RBAC sidecars
Browse files Browse the repository at this point in the history
  • Loading branch information
dobsonj committed Aug 31, 2023
1 parent 756357d commit 61d5b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/controller.yaml
Expand Up @@ -141,6 +141,7 @@ spec:
- --upstream=http://127.0.0.1:8212/
- --tls-cert-file=/etc/tls/private/tls.crt
- --tls-private-key-file=/etc/tls/private/tls.key
- --tls-cipher-suites=${TLS_CIPHER_SUITES}
- --logtostderr=true
image: ${KUBE_RBAC_PROXY_IMAGE}
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 61d5b1d

Please sign in to comment.