titan-iac/infrastructure/flux-system/kustomization-longhorn-ui.yaml

18 lines
363 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: longhorn-ui
namespace: flux-system
spec:
interval: 10m
path: ./infrastructure/longhorn/ui-ingress
targetNamespace: longhorn-system
prune: true
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
dependsOn:
- name: core
wait: true