2022-03-30 19:28:59 +02:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
metadata:
|
2022-03-31 16:45:11 +02:00
|
|
|
name: example-infrastructure
|
2022-04-13 07:46:20 +01:00
|
|
|
namespace: stackspout
|
2022-03-30 19:28:59 +02:00
|
|
|
spec:
|
|
|
|
interval: 24h
|
|
|
|
sourceRef:
|
|
|
|
kind: GitRepository
|
2022-04-13 07:46:20 +01:00
|
|
|
name: stackspout
|
2022-03-30 19:28:59 +02:00
|
|
|
path: ./basic/infrastructure
|
|
|
|
prune: true
|
|
|
|
validation: client
|