From 2560807ea6ff767bd52291b4398e0fbdf9b3c89d Mon Sep 17 00:00:00 2001 From: Kornesh Kanan Date: Tue, 7 May 2019 14:57:26 +0800 Subject: [PATCH] Disable archiveLogs by default --- charts/argo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 7f014dfe..6c1a8198 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -72,7 +72,7 @@ useDefaultArtifactRepo: false useStaticCredentials: true artifactRepository: # archiveLogs will archive the main container logs as an artifact - archiveLogs: true + archiveLogs: false s3: # Note the `key` attribute is not the actual secret, it's the PATH to # the contents in the associated secret, as defined by the `name` attribute.