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:
2026-01-11 00:39:20 +09:00
parent 43e8dd9419
commit 4a1a718060

View File

@@ -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