Update consul-enterprise.mdx (#12622)

This commit is contained in:
Luke Kysow 2022-03-25 13:00:14 -07:00 committed by GitHub
parent 906ac6576b
commit 9d3df6b08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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'