Enable archiving logs (#3301)

Improve log persistence especially in on-prem scenarios.
This commit is contained in:
Alexey Volkov 2020-03-18 21:32:43 -07:00 committed by GitHub
parent 47940d656d
commit 43d54e4768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -105,7 +105,8 @@ data:
name: mlpipeline-minio-artifact,
key: secretkey
}
}
},
archiveLogs: true
}
}
kind: ConfigMap

View File

@ -21,6 +21,7 @@ data:
name: mlpipeline-minio-artifact,
key: secretkey
}
}
},
archiveLogs: true
}
}

View File

@ -53,6 +53,7 @@ data:
name: mlpipeline-minio-artifact,
key: secretkey
}
}
},
archiveLogs: true
}
}

View File

@ -22,6 +22,7 @@ data:
name: mlpipeline-minio-artifact,
key: secretkey
}
}
},
archiveLogs: true
}
}