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.
37 lines
823 B
37 lines
823 B
{
|
|
"spec": {
|
|
"containers": [
|
|
{
|
|
"env": [
|
|
{
|
|
"name": "AWS_ACCESS_KEY_ID",
|
|
"valueFrom": {
|
|
"secretKeyRef": {
|
|
"name": "mlpipeline-minio-artifact",
|
|
"key": "accesskey"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "AWS_SECRET_ACCESS_KEY",
|
|
"valueFrom": {
|
|
"secretKeyRef": {
|
|
"name": "mlpipeline-minio-artifact",
|
|
"key": "secretkey"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "AWS_REGION",
|
|
"valueFrom": {
|
|
"configMapKeyRef": {
|
|
"name": "pipeline-install-config",
|
|
"key": "minioServiceRegion"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |