Skip to content

Commit

Permalink
Changed to bucketName: $GSBUCKET for Triton and TFServing deployment …
Browse files Browse the repository at this point in the history
  • Loading branch information
alizaidis authored Dec 21, 2023
1 parent a49ad31 commit 93af8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ spec:
driver: gcsfuse.csi.storage.gke.io
readOnly: false
volumeAttributes:
bucketName: $BUCKET_NAME
bucketName: $GSBUCKET
mountOptions: "implicit-dirs"

Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ spec:
driver: gcsfuse.csi.storage.gke.io
readOnly: false
volumeAttributes:
bucketName: $BUCKET_NAME
bucketName: $GSBUCKET
mountOptions: "implicit-dirs"

0 comments on commit 93af8f3

Please sign in to comment.