Skip to content

Commit

Permalink
update placeholders
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <[email protected]>
  • Loading branch information
andrewsykim committed Apr 30, 2024
1 parent ed16fc4 commit 24b91ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
csi:
driver: gcsfuse.csi.storage.gke.io
volumeAttributes:
bucketName: andrewsy-gke-bucket
bucketName: GCS_BUCKET
mountOptions: "implicit-dirs,uid=1000,gid=100"
workerGroupSpecs:
- replicas: 4
Expand Down Expand Up @@ -108,5 +108,5 @@ spec:
csi:
driver: gcsfuse.csi.storage.gke.io
volumeAttributes:
bucketName: andrewsy-gke-bucket
bucketName: GCS_BUCKET
mountOptions: "implicit-dirs,uid=1000,gid=100"
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
csi:
driver: gcsfuse.csi.storage.gke.io
volumeAttributes:
bucketName: andrewsy-gke-bucket
bucketName: GCS_BUCKET
mountOptions: "implicit-dirs,uid=1000,gid=100"
workerGroupSpecs:
- replicas: 2
Expand Down Expand Up @@ -105,5 +105,5 @@ spec:
csi:
driver: gcsfuse.csi.storage.gke.io
volumeAttributes:
bucketName: andrewsy-gke-bucket
bucketName: GCS_BUCKET
mountOptions: "implicit-dirs,uid=1000,gid=100"

0 comments on commit 24b91ee

Please sign in to comment.