Added kube-system deployments to new scaleway cluster

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-12-15 10:54:15 +00:00
parent 61196429e5
commit 7c46b77d2f
3 changed files with 75 additions and 0 deletions

View File

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