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

@@ -27,32 +27,3 @@ spec:
jqPathExpressions:
- .spec.template.spec.containers[]?.image
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tank-scaleway
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: tank
name: scaleway
source:
path: manifests/tank
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
---