Skip to content

Commit

Permalink
fix: config.rst remote identity example
Browse files Browse the repository at this point in the history
  • Loading branch information
JGSweets committed May 6, 2024
1 parent 7b5861e commit 6b34a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/reference/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ Available fields and semantics:
# cloud name for a resouce being deployed, the default remote identity is used.
# To specify your own default, utilize "*" as the wildcard expression.
remote_identity:
sky-serve-controller-*: my-controller-specific-value
"*": my-default-value
sky-serve-controller-*: my-controller-specific-identity
"*": SERVICE_ACCOUNT
# Advanced GCP configurations (optional).
# Apply to all new instances but not existing ones.
Expand Down

0 comments on commit 6b34a3f

Please sign in to comment.