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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user