18 lines
417 B
YAML
18 lines
417 B
YAML
# clusters/atlas/flux-system/platform/longhorn-adopt/kustomization.yaml
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: longhorn-adopt
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 30m
|
|
path: ./infrastructure/longhorn/adopt
|
|
prune: true
|
|
force: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
namespace: flux-system
|
|
targetNamespace: longhorn-system
|
|
wait: true
|