14 lines
299 B
YAML
14 lines
299 B
YAML
# clusters/default/flux-system/infrastructure.yaml
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: infrastructure
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
path: ../../../infrastructure/
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|