13 lines
292 B
YAML
13 lines
292 B
YAML
# infrastructure/sources/kustomization.yaml
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
***REMOVED***
|
|
name: sources
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
path: ../../infrastructure/sources
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system |