mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-08 06:23:18 +00:00
26 lines
541 B
Plaintext
26 lines
541 B
Plaintext
---
|
|
layout: 'docs'
|
|
page_title: 'External Vault'
|
|
sidebar_current: 'docs-platform-k8s-examples-external'
|
|
description: |-
|
|
Describes how to set up an external Vault
|
|
---
|
|
|
|
# External Vault
|
|
|
|
@include 'helm/version.mdx'
|
|
|
|
The below `values.yaml` can be used to set up an external vault server or
|
|
cluster.
|
|
|
|
```yaml
|
|
injector:
|
|
externalVaultAddr: 'http://external-vault:8200'
|
|
```
|
|
|
|
## Learn
|
|
|
|
Refer to the [Integrate a Kubernetes Cluster with an External
|
|
Vault](/vault/tutorials/kubernetes/kubernetes-external-vault)
|
|
guide for a step-by-step tutorial.
|