Skip to content

Commit

Permalink
Issue 6: Removed Enterprise licensing references out of the chart's v…
Browse files Browse the repository at this point in the history
…alue configuration.

Signed-off-by: Nathan Phelps <[email protected]>
  • Loading branch information
naphelps committed May 20, 2024
1 parent 056ee6b commit 2dc52a4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions charts/openbao/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2dc52a4

Please sign in to comment.