mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-14 05:01:14 +00:00
21 lines
470 B
YAML
21 lines
470 B
YAML
# Flux Kustomization for Longhorn recurring jobs
|
|
# Depends on Longhorn being fully operational (CRDs installed)
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: longhorn-jobs
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: homeprod
|
|
path: ./kubernetes/system/longhorn-jobs
|
|
dependsOn:
|
|
- name: longhorn
|
|
decryption:
|
|
provider: sops
|
|
secretRef:
|
|
name: flux-sops
|