From 4db322eb5604ba2d6a3021b83c72c092c908eec2 Mon Sep 17 00:00:00 2001 From: Gary Frederick Date: Tue, 2 Nov 2021 14:06:17 -0700 Subject: [PATCH] add missing back tick (#12941) --- website/content/docs/platform/k8s/helm/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/platform/k8s/helm/configuration.mdx b/website/content/docs/platform/k8s/helm/configuration.mdx index 470c221c50..9cc47f56e6 100644 --- a/website/content/docs/platform/k8s/helm/configuration.mdx +++ b/website/content/docs/platform/k8s/helm/configuration.mdx @@ -599,7 +599,7 @@ and consider if they're appropriate for your deployment. - `type` (`string: "ClusterIP"`) - Sets the type of service to create, such as `NodePort`. - - `externalTrafficPolicy` (`string: "Cluster") - The [externalTrafficPolicy](https://kubernetes.io/docs/concepts/services-networking/service/#external-traffic-policy) can be set to either Cluster or Local and is only valid for LoadBalancer and NodePort service types. + - `externalTrafficPolicy` (`string: "Cluster"`) - The [externalTrafficPolicy](https://kubernetes.io/docs/concepts/services-networking/service/#external-traffic-policy) can be set to either Cluster or Local and is only valid for LoadBalancer and NodePort service types. - `port` (`int: 8200`) - Port on which Vault server is listening inside the pod.