From 51bb269209a0b6f6cdc7af4627640ab05f9c408b Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 13 Feb 2026 11:00:10 +0100 Subject: [PATCH] removed application definition --- office-system/onlyoffice.yaml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/office-system/onlyoffice.yaml b/office-system/onlyoffice.yaml index 5277321..377961a 100644 --- a/office-system/onlyoffice.yaml +++ b/office-system/onlyoffice.yaml @@ -231,28 +231,4 @@ spec: storageClassName: longhorn-ssd2 resources: requests: - storage: 5Gi ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: onlyoffice - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: homelab - source: - repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git - targetRevision: main - path: office-system - destination: - server: https://kubernetes.default.svc - namespace: office-system - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - - ServerSideApply=true \ No newline at end of file + storage: 5Gi \ No newline at end of file