Skip to content

Commit

Permalink
Merge pull request #2065 from Nordix/kustomize-tls13-moshiur
Browse files Browse the repository at this point in the history
🌱Enable TLS 1.3 flag in CAPM3
  • Loading branch information
metal3-io-bot authored Oct 31, 2024
2 parents fd5098e + 65fe94a commit 65be0c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
- "--enableBMHNameBasedPreallocation=${ENABLE_BMH_NAME_BASED_PREALLOCATION:=false}"
- "--diagnostics-address=${CAPM3_DIAGNOSTICS_ADDRESS:=:8443}"
- "--insecure-diagnostics=${CAPM3_INSECURE_DIAGNOSTICS:=false}"
- "--tls-min-version=${TLS_MIN_VERSION:=VersionTLS13}"
image: controller:latest
imagePullPolicy: IfNotPresent
name: manager
Expand Down

0 comments on commit 65be0c9

Please sign in to comment.