This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Secret | |
| metadata: | |
| name: s3creds | |
| annotations: | |
| serving.kserve.io/s3-endpoint: s3.amazonaws.com # replace with your s3 endpoint e.g minio-service.kubeflow:9000 | |
| serving.kserve.io/s3-usehttps: "1" # by default 1, if testing with minio you can set to 0 | |
| serving.kserve.io/s3-region: "us-east-2" | |
| serving.kserve.io/s3-useanoncredential: "false" # omitting this is the same as false, if true will ignore provided credential and use anonymous credentials | |
| type: Opaque |
OlderNewer