From 26a124333eae1440cd664151e4ee75fa2afbcb4c Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 21 Sep 2024 21:54:12 +0100 Subject: [PATCH] fix --- clusters/production/apps.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/clusters/production/apps.yaml b/clusters/production/apps.yaml index d3e6fdf..a525d81 100644 --- a/clusters/production/apps.yaml +++ b/clusters/production/apps.yaml @@ -1,5 +1,5 @@ --- -apiVersion: kustomize.toolkit.fluxcd.io/v1 +apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: apps @@ -7,11 +7,10 @@ metadata: spec: interval: 10m0s dependsOn: - - name: infra-configs + - name: infrastructure sourceRef: kind: GitRepository name: flux-system - path: ./apps + path: ./apps/staging prune: true wait: true - timeout: 5m0s