mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
4a6bac7674
commit
098186307b
1 changed files with 20 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ metadata:
|
|||
name: vault
|
||||
|
||||
---
|
||||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
|
|
@ -20,3 +19,23 @@ spec:
|
|||
remoteRef:
|
||||
key: kv/renovate
|
||||
property: config
|
||||
- secretKey: RENOVATE_AUTODISCOVER
|
||||
remoteRef:
|
||||
key: kv/renovate
|
||||
property: RENOVATE_AUTODISCOVER
|
||||
- secretKey: RENOVATE_ENDPOINT
|
||||
remoteRef:
|
||||
key: kv/renovate
|
||||
property: RENOVATE_ENDPOINT
|
||||
- secretKey: RENOVATE_GIT_AUTHOR
|
||||
remoteRef:
|
||||
key: kv/renovate
|
||||
property: RENOVATE_GIT_AUTHOR
|
||||
- secretKey: RENOVATE_PLATFORM
|
||||
remoteRef:
|
||||
key: kv/renovate
|
||||
property: RENOVATE_PLATFORM
|
||||
- secretKey: RENOVATE_TOKEN
|
||||
remoteRef:
|
||||
key: kv/renovate
|
||||
property: RENOVATE_TOKEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue