Files
infrastructures/flux-infrastructures/metallb.yaml
2025-02-02 14:09:28 +08:00

30 lines
586 B
YAML

---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: metallb-helm
namespace: flux-system
spec:
interval: 10m0s
path: ./metallb-system/helminstall
prune: true
force: false
sourceRef:
kind: GitRepository
name: infrastructures
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: metadata-resources
namespace: flux-system
spec:
interval: 10m0s
path: ./metallb-system/crd-resources
prune: true
force: false
dependsOn: metallb-helm
sourceRef:
kind: GitRepository
name: infrastructures