From fe24eadcc7e64b479f15288a4adcb129e5599c1e Mon Sep 17 00:00:00 2001 From: trivernis Date: Fri, 29 Nov 2024 16:11:08 +0100 Subject: [PATCH] apps(sharkey): disable --- cluster/apps.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/cluster/apps.yaml b/cluster/apps.yaml index b8cd027..951197e 100644 --- a/cluster/apps.yaml +++ b/cluster/apps.yaml @@ -288,22 +288,22 @@ spec: wait: true timeout: 5m0s --- -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: apps-sharkey - namespace: flux-system -spec: - dependsOn: - - name: repos - interval: 5m - sourceRef: - kind: GitRepository - name: flux-system - path: ./apps/sharkey - prune: true - wait: true - timeout: 5m0s +# apiVersion: kustomize.toolkit.fluxcd.io/v1 +# kind: Kustomization +# metadata: +# name: apps-sharkey +# namespace: flux-system +# spec: +# dependsOn: +# - name: repos +# interval: 5m +# sourceRef: +# kind: GitRepository +# name: flux-system +# path: ./apps/sharkey +# prune: true +# wait: true +# timeout: 5m0s --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization