Skip to content

Instantly share code, notes, and snippets.

@glendmaatita
Created June 12, 2024 09:02
Show Gist options
  • Save glendmaatita/2c73462c0ef974afdb4bdcbe9696f3e2 to your computer and use it in GitHub Desktop.
Save glendmaatita/2c73462c0ef974afdb4bdcbe9696f3e2 to your computer and use it in GitHub Desktop.
Vault Values
server:
extraEnvironmentVars:
GOOGLE_REGION: US-CENTRAL1
GOOGLE_PROJECT: my-project
GOOGLE_APPLICATION_CREDENTIALS: /vault/userconfig/vault-config/vault-sa.json
extraVolumes:
- type: secret
name: vault-config
path: null
standalone:
enabled: "-"
config: |
ui = true
listener "tcp" {
tls_disable = 1
address = "[::]:8200"
cluster_address = "[::]:8201"
}
storage "gcs" {
bucket = "my-vault-bucket"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment