b76a56d40c
* migrates nav data format and updates docs pages * removes sidebar_title from content files
26 lines
599 B
Plaintext
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.
|