Renovate
This commit is contained in:
parent
0683d724d8
commit
670a9808ef
@ -33,9 +33,7 @@ spec:
|
|||||||
value: "https://git.roxedus.dev/api/v1"
|
value: "https://git.roxedus.dev/api/v1"
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: renovate-pat
|
name: renovate-secret
|
||||||
- secretRef:
|
|
||||||
name: renovate-gh
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: work-volume
|
- name: work-volume
|
||||||
mountPath: /tmp/renovate/
|
mountPath: /tmp/renovate/
|
||||||
|
36
MetaObjects/renovate-keys.yml
Normal file
36
MetaObjects/renovate-keys.yml
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
apiVersion: external-secrets.io/v1alpha1
|
||||||
|
kind: SecretStore
|
||||||
|
metadata:
|
||||||
|
name: ext-renovate-backend
|
||||||
|
namespace: ci
|
||||||
|
spec:
|
||||||
|
provider:
|
||||||
|
vault:
|
||||||
|
server: "http://vault.vault:8200"
|
||||||
|
path: "kv"
|
||||||
|
version: "v2"
|
||||||
|
auth:
|
||||||
|
kubernetes:
|
||||||
|
mountPath: "kubernetes"
|
||||||
|
role: "kube-role"
|
||||||
|
---
|
||||||
|
apiVersion: external-secrets.io/v1alpha1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: ext-renovate
|
||||||
|
namespace: ci
|
||||||
|
spec:
|
||||||
|
secretStoreRef:
|
||||||
|
name: ext-renovate-backend
|
||||||
|
kind: SecretStore
|
||||||
|
target:
|
||||||
|
name: renovate-secret
|
||||||
|
data:
|
||||||
|
- secretKey: GITHUB_COM_TOKEN
|
||||||
|
remoteRef:
|
||||||
|
key: ci/renovate
|
||||||
|
property: github
|
||||||
|
- secretKey: RENOVATE_TOKEN
|
||||||
|
remoteRef:
|
||||||
|
key: ci/renovate
|
||||||
|
property: token
|
24
apps/templates-old/ci.yaml
Normal file
24
apps/templates-old/ci.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: ci
|
||||||
|
namespace: argo-cd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: ci
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
path: CI/
|
||||||
|
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
directory:
|
||||||
|
recurse: true
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
Loading…
Reference in New Issue
Block a user