commit 9a5736038948db99dc5588ecb470d62238e258c1 parent 11ccf23fa878e4ffb36ae4b244891240dbb3d125 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 16 Apr 2024 11:44:16 +0200 Remove gitea notifications Diffstat:
| M | infrastructure/notifications/git-notifications.yaml | | | 24 | ------------------------ |
1 file changed, 0 insertions(+), 24 deletions(-)
diff --git a/infrastructure/notifications/git-notifications.yaml b/infrastructure/notifications/git-notifications.yaml @@ -11,17 +11,6 @@ spec: name: github --- apiVersion: notification.toolkit.fluxcd.io/v1beta2 -kind: Provider -metadata: - name: flux-system-gitea - namespace: flux-system -spec: - type: gitea - address: https://git.nordgedanken.dev/mtrnord/gitops - secretRef: - name: gitea ---- -apiVersion: notification.toolkit.fluxcd.io/v1beta2 kind: Alert metadata: name: deployment-status-github @@ -33,16 +22,3 @@ spec: eventSources: - kind: Kustomization name: "*" ---- -apiVersion: notification.toolkit.fluxcd.io/v1beta2 -kind: Alert -metadata: - name: deployment-status-gitea - namespace: flux-system -spec: - providerRef: - name: flux-system-gitea - eventSeverity: info - eventSources: - - kind: Kustomization - name: "*"