feat: Move spegel to apps

This commit is contained in:
2025-12-17 00:32:17 +01:00
parent d6ef8702a3
commit f6024a46e5
8 changed files with 19 additions and 6 deletions

16
apps/artifacts.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: source.extensions.fluxcd.io/v1beta1
kind: ArtifactGenerator
metadata:
name: apps
namespace: flux-system
spec:
sources:
- alias: foundation
kind: GitRepository
name: flux-system
artifacts:
- name: spegel
originRevision: "@foundation"
copy:
- from: "@foundation/apps/spegel/**"
to: "@artifact/"