From bf358bcdfddbe6476d478be1de71f954493c6a89 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 6 Jan 2026 14:14:38 -0300 Subject: [PATCH] flux: track nextcloud app --- .../flux-system/applications/kustomization.yaml | 1 + .../applications/nextcloud/kustomization.yaml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml diff --git a/clusters/atlas/flux-system/applications/kustomization.yaml b/clusters/atlas/flux-system/applications/kustomization.yaml index d944938..9fefc9c 100644 --- a/clusters/atlas/flux-system/applications/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/kustomization.yaml @@ -26,4 +26,5 @@ resources: - ci-demo/kustomization.yaml - ci-demo/image-automation.yaml - ai-llm/kustomization.yaml + - nextcloud/kustomization.yaml - nextcloud-mail-sync/kustomization.yaml diff --git a/clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml b/clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml new file mode 100644 index 0000000..9bc39c1 --- /dev/null +++ b/clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml @@ -0,0 +1,16 @@ +# clusters/atlas/flux-system/applications/nextcloud/kustomization.yaml +apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 +kind: Kustomization +metadata: + name: nextcloud + namespace: flux-system +spec: + interval: 10m + path: ./services/nextcloud + targetNamespace: nextcloud + prune: true + sourceRef: + kind: GitRepository + name: flux-system + namespace: flux-system + wait: true