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