Issue 6: Removed Enterprise licensing references out of the chart's value configuration.

Signed-off-by: Nathan Phelps <naphelps@us.ibm.com>
This commit is contained in:
Nathan Phelps 2024-05-20 17:26:03 -04:00 committed by Nathan A Phelps
parent be6fa5a195
commit e5973aeff3

View file

@ -369,18 +369,6 @@ server:
# See vault.mode in _helpers.tpl for implementation details.
enabled: "-"
# [Enterprise Only] This value refers to a Kubernetes secret that you have
# created that contains your enterprise license. If you are not using an
# enterprise image or if you plan to introduce the license key via another
# route, then leave secretName blank ("") or set it to null.
# Requires Vault Enterprise 1.8 or later.
enterpriseLicense:
# The name of the Kubernetes secret that holds the enterprise license. The
# secret must be in the same namespace that Vault is installed into.
secretName: ""
# The key within the Kubernetes secret that holds the enterprise license.
secretKey: "license"
# Resource requests, limits, etc. for the server cluster placement. This
# should map directly to the value of the resources field for a PodSpec.
# By default no direct resource request is made.