This commit is contained in:
Roxedus 2022-07-02 21:33:44 +02:00
parent 0141fffda4
commit 9bec3b9483
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B
2 changed files with 26 additions and 0 deletions

View File

@ -33,6 +33,8 @@ spec:
envFrom:
- secretRef:
name: renovate-pat
- secretRef:
name: GITHUB_COM_TOKEN
volumeMounts:
- name: work-volume
mountPath: /tmp/renovate/

24
apps/templates/ci.yaml Normal file
View 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