You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute the following to get the complete list of values available:
21
+
22
+
```bash
23
+
helm show values finleap-connect/vault-operator --version <VERSION>
24
+
```
25
+
26
+
Configure at least the following settings within your `values.yaml` :
27
+
```yaml
28
+
# Configure Vault connection
29
+
vault:
30
+
addr: ""# Address of the Vault instance
31
+
tls:
32
+
secretName: ""# Specify secret containing CA to access Vault
33
+
credentials:
34
+
secretName: ""# Specify secret containing AppRole credentials as fields VAULT_ROLE_ID and VAULT_SECRET_ID, see https://www.vaultproject.io/docs/auth/approle
35
+
namespace: ""# Which Vault namespace to connect to
0 commit comments