Skip to content

Commit

Permalink
Merge pull request #721 from Nordix/kustomize-tls13-moshiur
Browse files Browse the repository at this point in the history
🌱 Enable TLS 1.3 flag in IPAM
  • Loading branch information
metal3-io-bot authored Oct 31, 2024
2 parents 2ac7318 + 37dde79 commit 037615d
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 @@ -24,6 +24,7 @@ spec:
- "--webhook-port=9443"
- "--diagnostics-address=${IPAM_DIAGNOSTICS_ADDRESS:=:8443}"
- "--insecure-diagnostics=${IPAM_INSECURE_DIAGNOSTICS:=false}"
- "--tls-min-version=${TLS_MIN_VERSION:=VersionTLS13}"
image: controller:latest
imagePullPolicy: IfNotPresent
name: manager
Expand Down

0 comments on commit 037615d

Please sign in to comment.