move some settings of renovate to configmap

This commit is contained in:
2025-05-17 22:45:43 +02:00
parent d2134ad554
commit 5f3a775201
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
namespace: renovate
name: renovate-config
data:
RENOVATE_AUTODISCOVER: "true"
RENOVATE_ENDPOINT: https://gitea.lumpiasty.xyz/api/v1
RENOVATE_PLATFORM: gitea
RENOVATE_GIT_AUTHOR: Renovate Bot <renovate@lumpiasty.xyz>

View File

@@ -19,4 +19,6 @@ spec:
envFrom:
- secretRef:
name: renovate-env
- configMapRef:
name: renovate-config
restartPolicy: Never

View File

@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- configmap.yaml
- cronjob.yaml