feat: add vikunja

This commit is contained in:
Morten Olsen
2025-12-03 22:04:47 +01:00
parent 448eced634
commit a8e86c3e74
16 changed files with 189 additions and 44 deletions

View File

@@ -1,3 +0,0 @@
apiVersion: v2
version: 1.0.0
name: cloudnative-pg

View File

@@ -1,29 +0,0 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudnative-pg-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: foundation
server: https://kubernetes.default.svc
project: foundation
source:
repoURL: https://cloudnative-pg.github.io/charts
targetRevision: 0.26.1
chart: cloudnative-pg
helm: {}
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
- ApplyOutOfSyncOnly=true
- CreateNamespace=true
info:
- name: "Documentation: "
value: "https://cloudnative-pg.io/documentation/current/"