add vault secret store
This commit is contained in:
parent
d35f6b4973
commit
66c568f970
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