consolidate repository files

This commit is contained in:
2024-06-10 01:07:12 +10:00
parent 5eee866bb2
commit ca28b126eb
3 changed files with 5 additions and 25 deletions

View File

@@ -1,13 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: home-cluster-ops-secrets
namespace: flux-system
spec:
interval: 10m0s
ref:
branch: main
secretRef:
name: flux-system
timeout: 60s
url: https://github.com/3dwardch3ng/home-cluster-ops-secrets.git

View File

@@ -1,10 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: home-cluster-ops
namespace: flux-system
spec:
interval: 60m
url: https://github.com/3dwardch3ng/home-cluster-ops
ref:
branch: main

View File

@@ -5,10 +5,13 @@ metadata:
name: home-cluster-ops
namespace: flux-system
spec:
interval: 60m
url: https://github.com/3dwardch3ng/home-cluster-ops
interval: 10m0s
ref:
branch: main
secretRef:
name: flux-system
timeout: 60s
url: https://github.com/3dwardch3ng/home-cluster-ops.git
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository