Disable archiveLogs by default

This commit is contained in:
Kornesh Kanan 2019-05-07 14:57:26 +08:00
parent 225bae2d57
commit 2560807ea6

View file

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