Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 628 Bytes

development.mdx

File metadata and controls

26 lines (20 loc) · 628 Bytes
layout page_title sidebar_current sidebar_title description
docs
Development
docs-platform-k8s-examples-development
Development
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.

server:
  dev:
    enabled: true

Learn

Refer to the Injecting Secrets into Kubernetes Pods via Vault Helm Sidecar guide for a step-by-step tutorial.