2022-03-30 17:28:59 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
metadata:
|
2022-06-27 19:25:48 +00:00
|
|
|
name: sources
|
2022-06-29 22:11:29 +00:00
|
|
|
namespace: flux-system
|
2022-03-30 17:28:59 +00:00
|
|
|
spec:
|
2022-06-29 21:49:04 +00:00
|
|
|
interval: 5m
|
2022-03-30 17:28:59 +00:00
|
|
|
sourceRef:
|
|
|
|
kind: GitRepository
|
2022-04-13 06:46:20 +00:00
|
|
|
name: stackspout
|
2022-03-30 17:28:59 +00:00
|
|
|
path: ./basic/infrastructure
|
|
|
|
prune: true
|
|
|
|
validation: client
|