Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: tjandy98 <3953059+tjandy98@users.noreply.github.com>
  • Loading branch information
tjandy98 committed Oct 16, 2024
1 parent ed0564a commit 6d91e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modelserving/storage/gcs/gcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can create a secret using either the imperative kubectl command or by declar

=== "kubectl"
```bash
kubectl create secret generic gcs-credential --from-file=gcloud-application-credentials.json=/path/to/gcloud-application-credentials.json
kubectl create secret generic gcscreds --from-file=gcloud-application-credentials.json=/path/to/gcloud-application-credentials.json
```

#### Using Declarative YAML
Expand All @@ -52,7 +52,7 @@ data:
=== "kubectl"
```bash
kubectl apply -f create-gcs-secret.yaml
kubectl apply -f gcs-secret.yaml
```

### Attach secret to a service account
Expand Down

0 comments on commit 6d91e0c

Please sign in to comment.