Skip to content

Commit

Permalink
chore: change mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Feb 10, 2024
1 parent c7bf609 commit 2b2a9b6
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions kubernetes/teyvat/templates/volsync/es-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,19 @@ spec:
target:
name: "${APP}-volsync-bws"
data:
- secretKey: minio
- secretKey: AWS_ACCESS_KEY_ID
remoteRef:
key: minio
- secretKey: volsync-minio-template
key: MINIO
property: AWS_ACCESS_KEY_ID
- secretKey: AWS_SECRET_ACCESS_KEY
remoteRef:
key: volsync-minio-template
key: MINIO
property: AWS_SECRET_ACCESS_KEY
- secretKey: RESTIC_PASSWORD
remoteRef:
key: MINIO
property: RESTIC_PASSWORD
- secretKey: RESTIC_REPOSITORY
remoteRef:
key: MINIO
property: RESTIC_REPOSITORY

0 comments on commit 2b2a9b6

Please sign in to comment.