From cfbd574e757653db428f5db9d3bea16fa79bc5ee Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Fri, 10 Dec 2021 12:53:00 +0000 Subject: [PATCH] Remove deprecation notice on webhook.securePort Signed-off-by: James Munnelly --- deploy/charts/cert-manager/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/charts/cert-manager/values.yaml b/deploy/charts/cert-manager/values.yaml index cd67218e8..67edbd309 100644 --- a/deploy/charts/cert-manager/values.yaml +++ b/deploy/charts/cert-manager/values.yaml @@ -325,7 +325,6 @@ webhook: # talk to the cluster nodes only on 443 and 10250. so configuring # securePort: 10250, will work out of the box without needing to add firewall # rules or requiring NET_BIND_SERVICE capabilities to bind port numbers <1000 - # DEPRECATED: use webhook.config.securePort instead. securePort: 10250 # Specifies if the webhook should be started in hostNetwork mode.