2022-03-30 17:28:59 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
metadata:
|
2022-03-31 14:45:11 +00:00
|
|
|
name: example-infrastructure
|
|
|
|
namespace: example-basic
|
2022-03-30 17:28:59 +00:00
|
|
|
spec:
|
|
|
|
interval: 24h
|
|
|
|
sourceRef:
|
|
|
|
kind: GitRepository
|
2022-03-31 14:45:11 +00:00
|
|
|
name: stackspin-flux-example
|
2022-03-30 17:28:59 +00:00
|
|
|
path: ./basic/infrastructure
|
|
|
|
prune: true
|
|
|
|
validation: client
|