From 1ce2e6ecf6ca2772327465f1c1d885ccfa12191e Mon Sep 17 00:00:00 2001 From: Aditya Purandare Date: Wed, 18 Oct 2023 19:35:54 +0530 Subject: [PATCH] Fix curly braces as default input for dnsConfig --- charts/metrics-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/metrics-server/README.md b/charts/metrics-server/README.md index 14e3d2554..7de6202b0 100644 --- a/charts/metrics-server/README.md +++ b/charts/metrics-server/README.md @@ -86,4 +86,4 @@ The following table lists the configurable parameters of the _Metrics Server_ ch | `topologySpreadConstraints` | Pod Topology Spread Constraints. | `[]` | | `deploymentAnnotations` | Annotations to add to the deployment. | `{}` | | `schedulerName` | scheduler to set to the deployment. | `""` | -| `dnsConfig` | Set the dns configuration options for the deployment. | `""` | +| `dnsConfig` | Set the dns configuration options for the deployment. | `{}` |