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