mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
update
This commit is contained in:
parent
31437ce7bf
commit
f87e727b40
1 changed files with 23 additions and 23 deletions
|
|
@ -1,23 +1,23 @@
|
||||||
#apiVersion: external-secrets.io/v1beta1
|
apiVersion: external-secrets.io/v1beta1
|
||||||
#kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
#metadata:
|
metadata:
|
||||||
# name: external-longhorn-backup-token-secret
|
name: external-longhorn-backup-token-secret
|
||||||
#spec:
|
spec:
|
||||||
# secretStoreRef:
|
secretStoreRef:
|
||||||
# name: vault
|
name: vault
|
||||||
# kind: ClusterSecretStore
|
kind: ClusterSecretStore
|
||||||
# target:
|
target:
|
||||||
# name: longhorn-backup-token-secret
|
name: longhorn-backup-token-secret
|
||||||
# data:
|
data:
|
||||||
# - secretKey: AWS_ACCESS_KEY_ID
|
- secretKey: AWS_ACCESS_KEY_ID
|
||||||
# remoteRef:
|
remoteRef:
|
||||||
# key: secrets/longhorn/backup
|
key: kv/longhorn/backup
|
||||||
# property: AWS_ACCESS_KEY_ID
|
property: AWS_ACCESS_KEY_ID
|
||||||
# - secretKey: AWS_ENDPOINTS
|
- secretKey: AWS_ENDPOINTS
|
||||||
# remoteRef:
|
remoteRef:
|
||||||
# key: secrets/longhorn/backup
|
key: kv/longhorn/backup
|
||||||
# property: AWS_ENDPOINTS
|
property: AWS_ENDPOINTS
|
||||||
# - secretKey: AWS_SECRET_ACCESS_KEY
|
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||||
# remoteRef:
|
remoteRef:
|
||||||
# key: secrets/longhorn/backup
|
key: kv/longhorn/backup
|
||||||
# property: AWS_SECRET_ACCESS_KEY
|
property: AWS_SECRET_ACCESS_KEY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue