2022-03-30 20:16:24 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
metadata:
|
2022-03-31 14:45:11 +00:00
|
|
|
name: examle-apps
|
2022-04-13 06:46:20 +00:00
|
|
|
namespace: stackspout
|
2022-03-30 20:16:24 +00:00
|
|
|
spec:
|
|
|
|
interval: 24h
|
|
|
|
sourceRef:
|
|
|
|
kind: GitRepository
|
2022-04-13 06:46:20 +00:00
|
|
|
name: stackspout
|
2022-03-30 20:16:24 +00:00
|
|
|
path: ./basic/apps
|
|
|
|
prune: true
|
|
|
|
validation: client
|