From 3250c0b4eabc769c21a31b164d8f9cd66a3800af Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 16 Apr 2023 01:39:42 -0400 Subject: [PATCH] Add harbor secrets to kustomize.yaml --- cluster/apps/default/harbor/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/apps/default/harbor/kustomization.yaml b/cluster/apps/default/harbor/kustomization.yaml index de6cec6..786604b 100644 --- a/cluster/apps/default/harbor/kustomization.yaml +++ b/cluster/apps/default/harbor/kustomization.yaml @@ -1,6 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: +- ./harbor.sops.yaml - ./harbor-pv.yaml - ./helm-repository.yaml - ./helm-release.yaml