Remove apps from new scaleway until tailscale fixed

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-12-15 12:33:50 +00:00
parent 376a11ec2f
commit 50977c6d7f
10 changed files with 0 additions and 307 deletions

View File

@@ -23,28 +23,3 @@ spec:
jsonPointers:
- /data
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: auth-proxy-scaleway
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: auth-proxy
name: scaleway
source:
path: manifests/auth-proxy
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---