diff --git a/kubernetes/infrastructure/notification-controller/notification-controller.yaml b/kubernetes/infrastructure/notification-controller/notification-controller.yaml new file mode 100644 index 0000000..8b46c8d --- /dev/null +++ b/kubernetes/infrastructure/notification-controller/notification-controller.yaml @@ -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 \ No newline at end of file