All checks were successful
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
14 lines
236 B
YAML
14 lines
236 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: infra
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 24h
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
path: ./infra
|
|
prune: true
|
|
wait: true
|