Skip to content

Commit

Permalink
feat: disable prune on flux
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 7, 2025
1 parent 0f7a1ff commit f959251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/main/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
interval: 10m
path: ./
prune: true
prune: false
wait: true
sourceRef:
kind: OCIRepository
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/utility/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
interval: 10m
path: ./
prune: true
prune: false
wait: true
sourceRef:
kind: OCIRepository
Expand Down

0 comments on commit f959251

Please sign in to comment.