Skip to content

Commit

Permalink
Add fix to add certifacte uisng when using sa
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Kumar <takumar@redhat.com>
  • Loading branch information
tarukumar committed May 9, 2024
1 parent 34ff049 commit df81f75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ods_ci/tests/Resources/Files/llm/bucket_secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ apiVersion: v1
kind: Secret
metadata:
annotations:
opendatahub.io/connection-type: s3
serving.kserve.io/s3-endpoint: {{ENDPOINT}}
serving.kserve.io/s3-usehttps: {{USE_HTTPS}}
serving.kserve.io/s3-region: {{REGION}}
serving.kserve.io/s3-useanoncredential: "false"
labels:
opendatahub.io/dashboard: "true"
opendatahub.io/managed: "true"
name: {{NAME}}
stringData:
"AWS_ACCESS_KEY_ID": "{{ACCESS_KEY_ID}}"
Expand Down

0 comments on commit df81f75

Please sign in to comment.