vault migration
This commit is contained in:
19
infra/values/base/vault-secrets-operator-values.yaml
Normal file
19
infra/values/base/vault-secrets-operator-values.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Vault Secrets Operator Helm values
|
||||
# Docs: https://developer.hashicorp.com/vault/docs/platform/k8s/vso
|
||||
|
||||
# Default Vault connection — used by VaultAuth CRDs that don't specify one
|
||||
defaultVaultConnection:
|
||||
enabled: true
|
||||
address: http://vault.vault.svc.cluster.local:8200
|
||||
|
||||
# Default auth method — Kubernetes auth
|
||||
defaultAuthMethod:
|
||||
enabled: true
|
||||
namespace: ""
|
||||
method: kubernetes
|
||||
mount: kubernetes
|
||||
kubernetes:
|
||||
role: vso-operator
|
||||
serviceAccount: default
|
||||
audiences:
|
||||
- vault
|
||||
Reference in New Issue
Block a user