use notifications

This commit is contained in:
Lee
2024-09-24 01:13:18 +01:00
parent 412a0cdc64
commit bbf84a1fd2
7 changed files with 78 additions and 5 deletions

View File

@ -1,4 +1,17 @@
# This manifest was generated by flux. DO NOT EDIT.
# ---
# apiVersion: source.toolkit.fluxcd.io/v1
# kind: GitRepository
# metadata:
# name: flux-system
# namespace: flux-system
# spec:
# interval: 1m0s
# ref:
# branch: master
# secretRef:
# name: flux-system
# url: https://git.fascinated.cc/fascinated/homelab.git
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
@ -6,12 +19,10 @@ metadata:
name: flux-system
namespace: flux-system
spec:
interval: 1m0s
interval: 60m
url: https://git.fascinated.cc/fascinated/homelab.git
ref:
branch: master
secretRef:
name: flux-system
url: https://git.fascinated.cc/fascinated/homelab.git
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization

View File

@ -5,7 +5,7 @@ metadata:
name: infrastructure
namespace: flux-system
spec:
interval: 10m0s
interval: 60m0s
sourceRef:
kind: GitRepository
name: flux-system