Merge pull request #24 from 3dwardch3ng/infrastucture

add notification-controller
This commit is contained in:
2024-06-10 13:46:03 +10:00
committed by GitHub

View File

@@ -0,0 +1,17 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: notification-controller
namespace: flux-system
spec:
targetNamespace: flux-system
interval: 1h
retryInterval: 2m
timeout: 5m
wait: true
prune: true
path: ./kubernetes/infrastructure/notification-controller
sourceRef:
kind: GitRepository
namespace: flux-system
name: home-cluster-ops