fix(ci): disable archiveLogs (no artifact repository in this Argo)

archiveLogs=true was inherited from the old MinIO-backed pipeline; this
Argo has no artifact repository configured, so log archival failed the
step. We don't need archived logs -> false.
This commit is contained in:
2026-07-21 10:48:23 +00:00
parent 80bf243023
commit 9f2b47a789

View File

@@ -16,7 +16,7 @@ metadata:
spec:
serviceAccountName: argo-workflow
entrypoint: pipeline
archiveLogs: true # archive build/deploy logs to MinIO (argo-logs bucket). Reachable now that the
archiveLogs: false # archive build/deploy logs to MinIO (argo-logs bucket). Reachable now that the
# pods carry app.kubernetes.io/part-of: argo-workflows (MinIO ingress netpol allow).
activeDeadlineSeconds: 1800
ttlStrategy: { secondsAfterCompletion: 3600 }