Add metallb kustomization path

This commit is contained in:
Tyler Perkins 2024-10-15 15:49:59 -04:00
parent 595b6f1158
commit a96d68b4a2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ spec:
interval: 15m
dependsOn:
- name: metallb--metallb-system
path: ./infra/metallb
path: "./infra/metallb"
prune: true # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef:

View File

@ -5,7 +5,7 @@ metadata:
namespace: flux-system
spec:
interval: 15m
path: metallb
path: "./infra/metallb"
prune: true # remove any elements later removed from the above path
timeout: 2m # if not set, this defaults to interval duration, which is 1h
sourceRef: