Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
/ docker-vault Public archive

🐳 A custom, and up-to-date Vault Docker image for use with vault-operator.

Notifications You must be signed in to change notification settings

arachnys/docker-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

docker-vault

🐳 A custom, and up-to-date Vault Docker image for use with Helm vault-operator.

Usage

NOTE: disable_mlock must be set. See the ConfigMap below.

---
kind: ConfigMap
apiVersion: v1
metadata:
  name: "my-vault-config"
  namespace: "my-vault-namespace"
  labels:
    app: vault
    vault_cluster: "my-vault"
data:
  # See https://hub.docker.com/_/vault/
  vault.hcl: |
    ui = true
    disable_mlock = true
---
apiVersion: "vault.security.coreos.com/v1alpha1"
kind: "VaultService"
metadata:
  name: "my-vault"
  namespace: "my-vault-namespace"
spec:
  nodes: 1
  # https://github.com/arachnys/docker-vault
  # https://hub.docker.com/r/arachnysdocker/vault/
  baseImage: "arachnysdocker/vault"
  version: "0.11.3"
  configMapName: "my-vault-config"

About

🐳 A custom, and up-to-date Vault Docker image for use with vault-operator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published