open-vault/website/content/docs/platform/k8s/helm/examples/development.mdx
Bryce Kalow b76a56d40c
feat(website): migrates nav data format and updates docs pages (#11242)
* migrates nav data format and updates docs pages

* removes sidebar_title from content files
2021-04-06 13:49:04 -04:00

26 lines
599 B
Plaintext

---
layout: 'docs'
page_title: 'Development'
sidebar_current: 'docs-platform-k8s-examples-development'
description: |-
Describes how to set up a development Vault
---
# Development
~> **Important Note:** This chart is not compatible with Helm 2. Please use Helm 3 with this chart.
The below `values.yaml` can be used to set up a single development Vault server.
```yaml
server:
dev:
enabled: true
```
## Learn
Refer to the [Injecting Secrets into Kubernetes Pods via Vault Helm
Sidecar](https://learn.hashicorp.com/vault/getting-started-k8s/sidecar) guide
for a step-by-step tutorial.