This commit is contained in:
2024-06-10 12:58:18 +10:00
parent f632015efc
commit 96d42f357c
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ metadata:
spec: spec:
interval: 10m0s interval: 10m0s
dependsOn: dependsOn:
- name: infrustructure - name: infrastructure
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system

View File

@@ -1,14 +1,14 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: infrustructure name: infrastructure
namespace: flux-system namespace: flux-system
spec: spec:
interval: 5m0s interval: 5m0s
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
path: ./kubernetes/infrustructure path: ./kubernetes/infrastructure
prune: true prune: true
wait: true wait: true
timeout: 5m0s timeout: 5m0s