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
Copy file name to clipboardExpand all lines: charts/vault-operator/values.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@ vault:
45
45
secretName: ""# Required secret containing AppRole credentials as fields VAULT_ROLE_ID and VAULT_SECRET_ID, see https://www.vaultproject.io/docs/auth/approle
46
46
namespace: ""# Optional Vault namespace to connect to
47
47
48
+
kubeconfig:
49
+
secretName: ""
50
+
48
51
# Set which secret engines are allowed to access namespaced
0 commit comments