From 47276823518c524a99755572114cb5f4fca37a74 Mon Sep 17 00:00:00 2001 From: soukainna Date: Mon, 30 Oct 2023 14:22:22 +0100 Subject: [PATCH] add harbor operator --- install/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install/kustomization.yaml diff --git a/install/kustomization.yaml b/install/kustomization.yaml new file mode 100644 index 0000000..2c68fc2 --- /dev/null +++ b/install/kustomization.yaml @@ -0,0 +1,5 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: +- https://raw.githubusercontent.com/goharbor/harbor-operator/main/manifests/cluster/deployment.yaml