From 876c559d44c6556808e3a15f0ddcad926349d070 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 16 Apr 2023 01:25:52 -0400 Subject: [PATCH] Accidentally deleted file --- cluster/apps/default/harbor/helm-repository.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cluster/apps/default/harbor/helm-repository.yaml diff --git a/cluster/apps/default/harbor/helm-repository.yaml b/cluster/apps/default/harbor/helm-repository.yaml new file mode 100644 index 0000000..4985cab --- /dev/null +++ b/cluster/apps/default/harbor/helm-repository.yaml @@ -0,0 +1,8 @@ +apiVersion: source.toolkit.fluxcd.io/v1beta2 +kind: HelmRepository +metadata: + name: harbor-charts + namespace: flux-system +spec: + interval: 1m + url: https://helm.goharbor.io \ No newline at end of file