mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Update folder location
This commit is contained in:
parent
dc324a2d8b
commit
c39f20e371
170 changed files with 8461 additions and 25 deletions
24
master/longhorn/templates/secrets.yaml
Normal file
24
master/longhorn/templates/secrets.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: external-longhorn-backup-token-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: longhorn-backup-token-secret
|
||||
data:
|
||||
- secretKey: AWS_ACCESS_KEY_ID
|
||||
remoteRef:
|
||||
key: secrets/longhorn/backup
|
||||
property: AWS_ACCESS_KEY_ID
|
||||
- secretKey: AWS_ENDPOINTS
|
||||
remoteRef:
|
||||
key: secrets/longhorn/backup
|
||||
property: AWS_ENDPOINTS
|
||||
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||
remoteRef:
|
||||
key: secrets/longhorn/backup
|
||||
property: AWS_SECRET_ACCESS_KEY
|
||||
Loading…
Add table
Add a link
Reference in a new issue