add notification-controller

This commit is contained in:
2024-06-10 13:45:35 +10:00
parent 2bf6f66496
commit 7d613bc1ff

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