From 40f0da89d7eda32d911eac45112ae508c9c83824 Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 28 Nov 2023 17:10:37 +0100 Subject: [PATCH] apps(metrics): Disable --- cluster/apps.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/cluster/apps.yaml b/cluster/apps.yaml index 371058f..9b48ef8 100644 --- a/cluster/apps.yaml +++ b/cluster/apps.yaml @@ -66,23 +66,23 @@ spec: wait: true timeout: 5m0s --- -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: apps-metrics - namespace: flux-system -spec: - dependsOn: - - name: repos - interval: 5m - sourceRef: - kind: GitRepository - name: flux-system - path: ./apps/metrics - prune: true - wait: true - timeout: 5m0s ---- +# apiVersion: kustomize.toolkit.fluxcd.io/v1 +# kind: Kustomization +# metadata: +# name: apps-metrics +# namespace: flux-system +# spec: +# dependsOn: +# - name: repos +# interval: 5m +# sourceRef: +# kind: GitRepository +# name: flux-system +# path: ./apps/metrics +# prune: true +# wait: true +# timeout: 5m0s +# --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: