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
83195cc317
commit
7260fea4c8
2 changed files with 23 additions and 1 deletions
22
infra/renovate/templates/secrets.yaml
Normal file
22
infra/renovate/templates/secrets.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ServiceAccount
|
||||||
|
metadata:
|
||||||
|
name: vault
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
apiVersion: external-secrets.io/v1beta1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: openclarity-postgres-secret
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
name: vault
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
target:
|
||||||
|
name: openclarity-postgres-secret
|
||||||
|
data:
|
||||||
|
- secretKey: renovate-config
|
||||||
|
remoteRef:
|
||||||
|
key: kv/renovate
|
||||||
|
property: config
|
||||||
|
|
@ -95,7 +95,7 @@ renovate:
|
||||||
|
|
||||||
renovate:
|
renovate:
|
||||||
# -- Custom exiting global renovate config
|
# -- Custom exiting global renovate config
|
||||||
existingConfigFile: ''
|
existingConfigFile: 'renovate-config'
|
||||||
# -- Inline global renovate config.json
|
# -- Inline global renovate config.json
|
||||||
config: ''
|
config: ''
|
||||||
# See https://docs.renovatebot.com/self-hosted-configuration
|
# See https://docs.renovatebot.com/self-hosted-configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue