19 lines
432 B
YAML
19 lines
432 B
YAML
# clusters/atlas/flux-system/platform/longhorn-ui/kustomization.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
|