From 5e687e1620c4067171272d4b08c37ce66ec77245 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 4 Jun 2023 02:15:16 -0400 Subject: [PATCH] fix gitea --- cluster/apps/default/gitea/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/apps/default/gitea/kustomization.yaml b/cluster/apps/default/gitea/kustomization.yaml index 2490acc..b209c89 100644 --- a/cluster/apps/default/gitea/kustomization.yaml +++ b/cluster/apps/default/gitea/kustomization.yaml @@ -1,6 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: +- ./gitea-pv.yaml - ./gitea-secret.sops.yaml - ./gitea-sidecar-secret.sops.yaml - ./helm-release.yaml