Compare commits
2 Commits
f9edb8b4d2
...
7260fea4c8
| Author | SHA1 | Date | |
|---|---|---|---|
| 7260fea4c8 | |||
| 83195cc317 |
20
infra/argocd/templates/renovate.yaml
Normal file
20
infra/argocd/templates/renovate.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: renovate
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitlab.com/developerdurp/homelab.git
|
||||
targetRevision: main
|
||||
path: infra/renovate
|
||||
destination:
|
||||
namespace: renovate
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
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:
|
||||
# -- Custom exiting global renovate config
|
||||
existingConfigFile: ''
|
||||
existingConfigFile: 'renovate-config'
|
||||
# -- Inline global renovate config.json
|
||||
config: ''
|
||||
# See https://docs.renovatebot.com/self-hosted-configuration
|
||||
|
||||
Reference in New Issue
Block a user