Disable archiveLogs by default
This commit is contained in:
parent
225bae2d57
commit
2560807ea6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue