FIX(tekton): disable prune for dynamic PipelineRuns
- Set prune: false to prevent ArgoCD from deleting PipelineRuns - PipelineRuns/TaskRuns are dynamically created by triggers - IgnoreExtraneous only affects diff, not prune action
This commit is contained in:
@@ -18,9 +18,8 @@ spec:
|
|||||||
namespace: tekton-pipelines
|
namespace: tekton-pipelines
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: false
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
allowEmpty: false
|
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- PrunePropagationPolicy=foreground
|
- PrunePropagationPolicy=foreground
|
||||||
|
|||||||
Reference in New Issue
Block a user