gitops: add forgotten longhorn kustomization

This commit is contained in:
Jan Novak(SRE)
2025-05-19 21:50:30 +02:00
parent a64ac54bdb
commit cd85cc8163

View File

@@ -37,3 +37,16 @@ spec:
sourceRef: sourceRef:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: longhorn
namespace: flux-system
spec:
interval: 10m0s
path: ./gitops/home-kubernetes/longhorn
prune: true
sourceRef:
kind: GitRepository
name: flux-system