15 lines
269 B
Text
15 lines
269 B
Text
|
---
|
||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||
|
kind: Kustomization
|
||
|
metadata:
|
||
|
name: add-{{ app }}
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
interval: 1h0m0s
|
||
|
path: ./flux2/cluster/optional/{{ app }}
|
||
|
prune: true
|
||
|
sourceRef:
|
||
|
kind: GitRepository
|
||
|
name: stackspin
|
||
|
|