mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
update
This commit is contained in:
parent
b47edf477b
commit
f8899caf78
6 changed files with 312 additions and 0 deletions
23
infra/longhorn/templates/secrets.yaml
Normal file
23
infra/longhorn/templates/secrets.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#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