mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
Update file secrets.yaml
This commit is contained in:
parent
be2fbd8b97
commit
bdf4adf916
1 changed files with 4 additions and 4 deletions
|
|
@ -12,15 +12,15 @@ spec:
|
||||||
data:
|
data:
|
||||||
- secretKey: AWS_ACCESS_KEY_ID
|
- secretKey: AWS_ACCESS_KEY_ID
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: longhorn/backup
|
key: secrets/longhorn/backup
|
||||||
property: AWS_ACCESS_KEY_ID
|
property: AWS_ACCESS_KEY_ID
|
||||||
- secretKey: AWS_ENDPOINTS
|
- secretKey: AWS_ENDPOINTS
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: longhorn/backup
|
key: secrets/longhorn/backup
|
||||||
property: AWS_ENDPOINTS
|
property: AWS_ENDPOINTS
|
||||||
- secretKey: AWS_SECRET_ACCESS_KEY
|
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: longhorn/backup
|
key: secrets/longhorn/backup
|
||||||
property: AWS_SECRET_ACCESS_KEY
|
property: AWS_SECRET_ACCESS_KEY
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -33,7 +33,7 @@ spec:
|
||||||
provider:
|
provider:
|
||||||
vault:
|
vault:
|
||||||
server: "http://vault.vault.svc.cluster.local:8200"
|
server: "http://vault.vault.svc.cluster.local:8200"
|
||||||
path: "longhorn"
|
path: "secrets"
|
||||||
version: "v2"
|
version: "v2"
|
||||||
auth:
|
auth:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue