From 8eaf70ec1e6cd4345559678529741c2c842d5e93 Mon Sep 17 00:00:00 2001 From: Jan Novak Date: Sun, 28 Dec 2025 17:47:21 +0100 Subject: [PATCH] gitops: comment out longhorn --- .../flux-system/extra-kustomizations.yaml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gitops/home-kubernetes/flux-system/extra-kustomizations.yaml b/gitops/home-kubernetes/flux-system/extra-kustomizations.yaml index e4d6382..624ebb0 100644 --- a/gitops/home-kubernetes/flux-system/extra-kustomizations.yaml +++ b/gitops/home-kubernetes/flux-system/extra-kustomizations.yaml @@ -37,16 +37,16 @@ spec: sourceRef: kind: GitRepository name: flux-system ---- -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: longhorn - namespace: flux-system -spec: - interval: 10m0s - path: ./gitops/home-kubernetes/longhorn - prune: true - sourceRef: - kind: GitRepository - name: flux-system \ No newline at end of file +# --- +# apiVersion: kustomize.toolkit.fluxcd.io/v1 +# kind: Kustomization +# metadata: +# name: longhorn +# namespace: flux-system +# spec: +# interval: 10m0s +# path: ./gitops/home-kubernetes/longhorn +# prune: true +# sourceRef: +# kind: GitRepository +# name: flux-system \ No newline at end of file