Remove ntfy

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2024-12-13 11:52:08 +00:00
parent 64902c85a5
commit 30606b250a
4 changed files with 0 additions and 139 deletions

View File

@@ -1,29 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-fun-ntfy
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: ntfy
name: cluster-fun (v2)
source:
path: manifests/ntfy
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
- group: apps
kind: Deployment
jqPathExpressions:
- .spec.template.spec.containers[]?.image
---