14 lines
288 B
YAML
14 lines
288 B
YAML
---
|
|
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
|