From 41fab7f1d4809c968ef42b7530ea9968896615ae Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 3 Apr 2021 11:39:12 +0100 Subject: [PATCH] Added harbor chart --- manifests/_apps/harbor_chart.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/manifests/_apps/harbor_chart.yaml b/manifests/_apps/harbor_chart.yaml index e69de29..94f1fb1 100644 --- a/manifests/_apps/harbor_chart.yaml +++ b/manifests/_apps/harbor_chart.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: harbor + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: harbor + name: cluster-fun (scaleway) + source: + path: manifests/harbor_chart + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + # syncPolicy: + # automated: {} + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data