16 lines
366 B
YAML
16 lines
366 B
YAML
# Flux GitRepository for Bakery-IA
|
|
# This resource tells Flux where to find the Git repository
|
|
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: bakery-ia
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: http://gitea.bakery-ia.local/bakery/bakery-ia.git
|
|
ref:
|
|
branch: main
|
|
secretRef:
|
|
name: gitea-credentials
|
|
timeout: 60s |