diff --git a/manifests/_apps/blackhole.yaml b/manifests/_apps/blackhole.yaml index 9fcff25..1f42053 100644 --- a/manifests/_apps/blackhole.yaml +++ b/manifests/_apps/blackhole.yaml @@ -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 +--- diff --git a/manifests/_apps/nginx-lb.yaml b/manifests/_apps/nginx-lb.yaml index 01b422a..fa365d1 100644 --- a/manifests/_apps/nginx-lb.yaml +++ b/manifests/_apps/nginx-lb.yaml @@ -22,3 +22,28 @@ spec: - kind: Secret jsonPointers: - /data +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: nginx-scaleway + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: kube-system + name: scaleway + source: + path: manifests/nginx-lb + 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/reloader.yaml b/manifests/_apps/reloader.yaml index be9e625..40b4098 100644 --- a/manifests/_apps/reloader.yaml +++ b/manifests/_apps/reloader.yaml @@ -20,3 +20,27 @@ spec: - kind: Secret jsonPointers: - /data +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: reloader-scaleway + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: kube-system + name: scaleway + source: + repoURL: 'https://stakater.github.io/stakater-charts' + targetRevision: v0.0.89 + chart: reloader + syncPolicy: + automated: {} + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data +---