mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
Changed prune policy
This commit is contained in:
parent
837f21c85a
commit
bcf7b46d1c
1 changed files with 2 additions and 3 deletions
|
@ -16,9 +16,8 @@ defaults:
|
|||
syncOptions: # Sync options which modifies sync behavior
|
||||
- Validate=true # disables resource validation (equivalent to 'kubectl apply --validate=false') ( true by default ).
|
||||
- CreateNamespace=false # Namespace Auto-Creation ensures that namespace specified as the application destination exists in the destination cluster.
|
||||
- PrunePropagationPolicy=background # 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
|
||||
# The retry feature is available since v1.7
|
||||
- PrunePropagationPolicy=foreground # Supported policies are background, foreground and orphan.
|
||||
- PruneLast=false # Allow the ability for resource pruning to happen as a final, implicit wave of a sync operation
|
||||
retry:
|
||||
limit: 5 # number of failed sync attempt retries; unlimited number of attempts if less than 0
|
||||
backoff:
|
||||
|
|
Loading…
Reference in a new issue