mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 08:47:27 +00:00
14 lines
260 B
YAML
14 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
|