chore(secrets): Remove unused bridge secrets

This commit is contained in:
Tanguy Herbron 2024-12-15 17:15:23 +01:00
parent eb87411bcb
commit 3a035e3927
3 changed files with 10 additions and 48 deletions

View File

@ -0,0 +1,10 @@
# Synapse
## Bridges
- [x] Signal
- [ ] Telegram
- [x] Facebook Messenger
- [ ] WhatsApp
- [ ] Instagram
- [ ] Discord

View File

@ -1,24 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: synapse-messenger-secrets
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://git.halis.io/athens-school/k3s-secrets
targetRevision: prod-migration
path: synapse/bridges/messenger
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- ApplyOutOfSyncOnly=true
- PruneLast=true
destination:
server: https://kubernetes.default.svc
namespace: synapse

View File

@ -1,24 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: synapse-signal-secrets
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://git.halis.io/athens-school/k3s-secrets
targetRevision: prod-migration
path: synapse/bridges/signal
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- ApplyOutOfSyncOnly=true
- PruneLast=true
destination:
server: https://kubernetes.default.svc
namespace: synapse