From c8cdebd9cccb3e853b6f91d343c5f9cb02c33295 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Fri, 25 Mar 2022 13:00:14 -0700 Subject: [PATCH] Update consul-enterprise.mdx (#12622) --- .../deployment-configurations/consul-enterprise.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/content/docs/k8s/installation/deployment-configurations/consul-enterprise.mdx b/website/content/docs/k8s/installation/deployment-configurations/consul-enterprise.mdx index f27bf3baf4..cd49cd2380 100644 --- a/website/content/docs/k8s/installation/deployment-configurations/consul-enterprise.mdx +++ b/website/content/docs/k8s/installation/deployment-configurations/consul-enterprise.mdx @@ -39,7 +39,6 @@ Add the name and key of the secret you just created to `server.enterpriseLicense ```yaml global: image: 'hashicorp/consul-enterprise:1.10.0-ent' -server: enterpriseLicense: secretName: 'consul-ent-license' secretKey: 'key' @@ -57,7 +56,6 @@ If the version of Consul is < 1.10, use the following config with the name and k ```yaml global: image: 'hashicorp/consul-enterprise:1.8.3-ent' -server: enterpriseLicense: secretName: 'consul-ent-license' secretKey: 'key'