mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
30b6c8ebc8
commit
bbd94d3f22
3 changed files with 371 additions and 1 deletions
|
|
@ -39,3 +39,40 @@ spec:
|
|||
remoteRef:
|
||||
key: kv/renovate
|
||||
property: RENOVATE_TOKEN
|
||||
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: renovate-personal-config-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: renovate-personal-config-secret
|
||||
data:
|
||||
- secretKey: renovate.json
|
||||
remoteRef:
|
||||
key: kv/renoatePersonal
|
||||
property: config
|
||||
- secretKey: RENOVATE_AUTODISCOVER
|
||||
remoteRef:
|
||||
key: kv/renoatePersonal
|
||||
property: RENOVATE_AUTODISCOVER
|
||||
- secretKey: RENOVATE_ENDPOINT
|
||||
remoteRef:
|
||||
key: kv/renoatePersonal
|
||||
property: RENOVATE_ENDPOINT
|
||||
- secretKey: RENOVATE_GIT_AUTHOR
|
||||
remoteRef:
|
||||
key: kv/renoatePersonal
|
||||
property: RENOVATE_GIT_AUTHOR
|
||||
- secretKey: RENOVATE_PLATFORM
|
||||
remoteRef:
|
||||
key: kv/renoatePersonal
|
||||
property: RENOVATE_PLATFORM
|
||||
- secretKey: RENOVATE_TOKEN
|
||||
remoteRef:
|
||||
key: kv/renoatePersonal
|
||||
property: RENOVATE_TOKEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue