From da143dce0f9cd3324696914e8fb77f8af022b817 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 3 Apr 2021 10:01:48 +0100 Subject: [PATCH] Added auto-proxy --- manifests/_apps/auth-proxy.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/manifests/_apps/auth-proxy.yaml b/manifests/_apps/auth-proxy.yaml index e69de29..3860f1b 100644 --- a/manifests/_apps/auth-proxy.yaml +++ b/manifests/_apps/auth-proxy.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: auth-proxy + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: inlets + name: cluster-fun (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