mirror of
https://github.com/fluxcd/flux2.git
synced 2025-11-02 18:58:33 +08:00
15 lines
260 B
YAML
15 lines
260 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: flux-system
|
|
namespace: {{ .fluxns }}
|
|
spec:
|
|
interval: 5m0s
|
|
ref:
|
|
branch: main
|
|
secretRef:
|
|
name: flux-system
|
|
timeout: 1m0s
|
|
url: ssh://git@github.com/example/repo
|