19 lines
432 B
YAML
Raw Normal View History

# clusters/atlas/flux-system/platform/longhorn-ui/kustomization.yaml
2025-09-05 02:12:45 -05:00
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