feat: add system-upgrade namespace definition and reference it in kustomization.yaml

This commit is contained in:
2026-02-27 04:21:56 +01:00
parent 5c5cec7911
commit c2fbc5cd70
2 changed files with 8 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ namespace: system-upgrade
components:
- ../../components/repos/app-template
resources:
- ./namespace.yaml
- ./tuppr/ks.yaml

View File

@@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: _
annotations:
kustomize.toolkit.fluxcd.io/prune: disabled