Skip to content

Commit

Permalink
fix: prune last
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 11, 2023
1 parent 3f5f260 commit b4cb258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/post-install/app_of_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
syncOptions: # Sync options which modifies sync behavior
- CreateNamespace=false # Namespace Auto-Creation ensures that namespace specified as the application destination exists in the destination cluster.
- PrunePropagationPolicy=foreground # Supported policies are background, foreground and orphan.
- PruneLast=true # Allow the ability for resource pruning to happen as a final, implicit wave of a sync operation
- PruneLast=false # Allow the ability for resource pruning to happen as a final, implicit wave of a sync operation
- Replace=false # Because kubectl adds metadata that will cross the limit allowed by Kubernetes, Replace overcomes this limitation.
- ServerSideApply=false
retry:
Expand Down

0 comments on commit b4cb258

Please sign in to comment.