diff --git a/docs/enterprise/externalsecrets/get-started.mdx b/docs/enterprise/externalsecrets/get-started.mdx index 78fc4e7..52120b4 100644 --- a/docs/enterprise/externalsecrets/get-started.mdx +++ b/docs/enterprise/externalsecrets/get-started.mdx @@ -35,7 +35,7 @@ This will create a new cluster and configure your `kubectl` to use it. Now, let's install the External Secrets Enterprise bundle using our Helm chart. This chart includes all the necessary components, including the web UI. - The installation bundle is for a Trial License, which is available at https://externalsecrets.com/trial-license. By installing this bundle, you agree to the license terms. + The installation bundle is for a License, which is available at https://externalsecrets.com/license. By installing this bundle, you agree to the license terms. @@ -44,7 +44,7 @@ Now, let's install the External Secrets Enterprise bundle using our Helm chart. helm install esi-bundle \ --namespace esi-bundle \ --create-namespace \ - --set global.trialLicenseAccepted=true \ + --set global.licenseAccepted=true \ --set global.waitForReady=true \ --set traefik.enabled=true \ --timeout 10m \ @@ -67,7 +67,7 @@ helm upgrade $ESO_RELEASE_NAME \ --namespace $ESO_RELEASE_NAMESPACE \ --set global.namespaces.externalSecrets.createNamespace=false \ --set external-secrets.namespaceOverride=$ESO_RELEASE_NAMESPACE \ - --set global.trialLicenseAccepted=true \ + --set global.licenseAccepted=true \ --set global.waitForReady=true \ --set traefik.enabled=true \ --timeout 10m \ diff --git a/docs/enterprise/externalsecrets/installation/bundle.mdx b/docs/enterprise/externalsecrets/installation/bundle.mdx index 72d8419..d71ab77 100644 --- a/docs/enterprise/externalsecrets/installation/bundle.mdx +++ b/docs/enterprise/externalsecrets/installation/bundle.mdx @@ -22,7 +22,7 @@ Install the External Secrets Enterprise bundle using our Helm chart. This chart helm install esi-bundle \ --namespace esi-bundle \ --create-namespace \ - --set global.trialLicenseAccepted=true \ + --set global.licenseAccepted=true \ --set global.waitForReady=true \ --timeout 10m \ oci://oci.externalsecrets.com/external-secrets-inc-registry/public/charts/esi-bundle @@ -39,7 +39,7 @@ helm upgrade $ESO_RELEASE_NAME \ --namespace $ESO_RELEASE_NAMESPACE \ --set global.namespaces.externalSecrets.createNamespace=false \ --set external-secrets.namespaceOverride=$ESO_RELEASE_NAMESPACE \ - --set global.trialLicenseAccepted=true \ + --set global.licenseAccepted=true \ --set global.waitForReady=true \ --timeout 10m \ oci://oci.externalsecrets.com/external-secrets-inc-registry/public/charts/esi-bundle @@ -131,7 +131,7 @@ You can disable this behavior by setting `global.waitForReady=false`. | global.licenseFile | string | `"# your-enterprise-license-goes-here\n"` | | | global.namespace | string | `"esi"` | | | global.namespaces.externalSecrets.createNamespace | bool | `true` | | -| global.trialLicenseAccepted | bool | `false` | | +| global.licenseAccepted | bool | `false` | | | global.waitForReady | bool | `false` | | | mongodb.auth.database | string | `"admin"` | | | mongodb.auth.enabled | bool | `true` | |