From 87bc9a21d9e093c892f1752c8f7d7be319aa3ba8 Mon Sep 17 00:00:00 2001 From: klaatu Date: Sat, 4 Apr 2026 06:18:04 +0000 Subject: [PATCH] feat: add gitea-runner kustomization --- manifests/gitea-runner/kustomization.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifests/gitea-runner/kustomization.yaml diff --git a/manifests/gitea-runner/kustomization.yaml b/manifests/gitea-runner/kustomization.yaml new file mode 100644 index 0000000..cdbf9fe --- /dev/null +++ b/manifests/gitea-runner/kustomization.yaml @@ -0,0 +1,6 @@ +namespace: gitea-runner + +resources: + - namespace.yaml + - secrets.yaml + - chart.yaml