feat: add flux template

This commit is contained in:
eding 2026-07-18 21:58:30 +02:00
commit 8de1902cdf
2 changed files with 16 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# maidn-cd-cluster-template
Flux cluster template for Maidn.

View file

@ -0,0 +1,13 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: cicd-deployment-manifests
namespace: flux-system
spec:
interval: 1m0s
url: https://git.pingu.pw/Maidn/cicd-deployment-manifests-template.git
ref:
branch: main
secretRef:
name: github-auth