Add lingo

This commit is contained in:
Ruben Hensen
2026-02-02 19:26:22 +01:00
parent 41ab5657dc
commit 7217931316
4 changed files with 90 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: lingo
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: lingo
destination:
server: https://kubernetes.default.svc
namespace: lingo
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true