mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-23 22:07:06 +00:00
* Improve standalone with TLS example - Documented creating a key & cert for serving Vault endpoints - Removed unneeded configuration in custom values.yaml - Updated examples to 1.3.0 * Add 127.0.0.1 to CSR * Grammar & minor formatting * Add additional DNS entry for CSR * Split examples into individual pages * Add Kubernetes Auth Method example * Remove old examples file * Fix rebase fail * Remove global section of yaml files that aren't needed * Fix minor typos * Fix typos that didn't get carried over from previous PR * Re-copy from previous examples file to resolve rebase issues * update dependencies Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
18 lines
582 B
Plaintext
18 lines
582 B
Plaintext
---
|
|
layout: "docs"
|
|
page_title: "Examples"
|
|
sidebar_current: "docs-platform-k8s-examples"
|
|
sidebar_title: "Examples"
|
|
description: |-
|
|
This section documents configuration options for the Vault Helm chart
|
|
---
|
|
|
|
# Helm Chart Examples
|
|
|
|
~> **Important Note:** This chart is not compatible with Helm 3. Please use Helm 2 with this chart.
|
|
|
|
These are a collection of examples of common configurations for Vault using the Helm chart.
|
|
|
|
The following are different configuration examples to support a variety of
|
|
deployment models. You can view the different examples from the list on the left.
|