fix: add namespace to forgejo-runner

This commit is contained in:
Patryk Hegenberg 2025-05-26 15:06:20 +02:00
parent d0d4e0ab1c
commit 1773f035ca
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- runner-secret.yaml
- helmrelease.yaml

View file

@ -0,0 +1,5 @@
# namespace.yaml
apiVersion: v1
kind: Namespace
metadata:
name: forgejo