feat: add flux template
This commit is contained in:
commit
8de1902cdf
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# maidn-cd-cluster-template
|
||||
|
||||
Flux cluster template for Maidn.
|
||||
13
clusters/maidn-cd-0/cicd-manifests-repo.yaml
Normal file
13
clusters/maidn-cd-0/cicd-manifests-repo.yaml
Normal 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
|
||||
Loading…
Reference in a new issue