mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
3c3bd1bfa0
commit
aacf1e8656
1 changed files with 14 additions and 0 deletions
14
external-secrets/templates/secret-store.yaml
Normal file
14
external-secrets/templates/secret-store.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ClusterSecretStore
|
||||
metadata:
|
||||
name: vault
|
||||
spec:
|
||||
provider:
|
||||
vault:
|
||||
server: "https://https://vault.internal.prd.durp.info"
|
||||
path: "secrets"
|
||||
version: "v2"
|
||||
auth:
|
||||
tokenSecretRef:
|
||||
name: "vault-token"
|
||||
key: "token"
|
||||
Loading…
Add table
Add a link
Reference in a new issue