From df521972e74f70be94dbb5ee22d6add159430383 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 24 Aug 2024 17:30:32 +0200 Subject: [PATCH] apps(lychee): disable --- cluster/apps.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/cluster/apps.yaml b/cluster/apps.yaml index faefeac..b8cd027 100644 --- a/cluster/apps.yaml +++ b/cluster/apps.yaml @@ -356,22 +356,22 @@ spec: # wait: true # timeout: 5m0s --- -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: apps-lychee - namespace: flux-system -spec: - dependsOn: - - name: repos - interval: 5m - sourceRef: - kind: GitRepository - name: flux-system - path: ./apps/lychee - prune: true - wait: true - timeout: 5m0s +# apiVersion: kustomize.toolkit.fluxcd.io/v1 +# kind: Kustomization +# metadata: +# name: apps-lychee +# namespace: flux-system +# spec: +# dependsOn: +# - name: repos +# interval: 5m +# sourceRef: +# kind: GitRepository +# name: flux-system +# path: ./apps/lychee +# prune: true +# wait: true +# timeout: 5m0s --- # apiVersion: kustomize.toolkit.fluxcd.io/v1 # kind: Kustomization