From f036a7054231ecc06f53fee0f90d2faf70df6f34 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 3 Apr 2021 10:15:05 +0100 Subject: [PATCH] Added more apps --- manifests/_apps/base64.yaml | 24 ++++++++++++++++++++++++ manifests/_apps/blackhole.yaml | 24 ++++++++++++++++++++++++ manifests/base64/base64.yaml | 5 ----- 3 files changed, 48 insertions(+), 5 deletions(-) diff --git a/manifests/_apps/base64.yaml b/manifests/_apps/base64.yaml index e69de29..fd875dd 100644 --- a/manifests/_apps/base64.yaml +++ b/manifests/_apps/base64.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: base64 + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: base64 + name: cluster-fun (scaleway) + source: + path: manifests/base64 + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + automated: {} + syncOptions: + - CreateNamespace=true + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data diff --git a/manifests/_apps/blackhole.yaml b/manifests/_apps/blackhole.yaml index e69de29..9fcff25 100644 --- a/manifests/_apps/blackhole.yaml +++ b/manifests/_apps/blackhole.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: blackhole + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: kube-system + name: cluster-fun (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 diff --git a/manifests/base64/base64.yaml b/manifests/base64/base64.yaml index 3eadd6e..cadcddf 100644 --- a/manifests/base64/base64.yaml +++ b/manifests/base64/base64.yaml @@ -1,9 +1,4 @@ apiVersion: v1 -kind: Namespace -metadata: - name: base64 ---- -apiVersion: v1 kind: Service metadata: name: base64