You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
421 B
20 lines
421 B
{
|
|
artifactRepository:
|
|
{
|
|
s3: {
|
|
bucket: $(kfp-artifact-bucket-name),
|
|
keyPrefix: artifacts,
|
|
endpoint: s3.amazonaws.com,
|
|
insecure: true,
|
|
accessKeySecret: {
|
|
name: mlpipeline-minio-artifact,
|
|
key: accesskey
|
|
},
|
|
secretKeySecret: {
|
|
name: mlpipeline-minio-artifact,
|
|
key: secretkey
|
|
}
|
|
},
|
|
archiveLogs: true
|
|
}
|
|
}
|
|
|