9 lines
372 B
YAML
9 lines
372 B
YAML
|
|
# Vault Secrets Operator Helm values
|
||
|
|
# chart: vault-secrets-operator from https://helm.releases.hashicorp.com
|
||
|
|
# Connects to OpenBao (Vault-compatible) running in the data namespace.
|
||
|
|
|
||
|
|
defaultVaultConnection:
|
||
|
|
enabled: true
|
||
|
|
address: "http://openbao.data.svc.cluster.local:8200"
|
||
|
|
skipTLSVerify: false # OpenBao has TLS disabled (tlsDisable: true in openbao-values.yaml)
|