remove pruning on all kustomizations in preparation for update

This commit is contained in:
2025-06-07 16:24:51 -04:00
parent 6ff7c9b8c4
commit 5ac011f02b
32 changed files with 32 additions and 32 deletions

View File

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