add vault secret store
This commit is contained in:
parent
902557b9e7
commit
aaaad3f7a0
6 changed files with 55 additions and 9 deletions
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: vault-secret-id
|
||||
namespace: security
|
||||
data:
|
||||
secret-id: XXXXXX # Obtain by `vault write -f auth/approle/role/external-secrets/secret-id`
|
Loading…
Add table
Add a link
Reference in a new issue