From 6b34a3f91cff1be44b8e9d3f08afdf380971e27c Mon Sep 17 00:00:00 2001 From: Jeremy Goodsitt Date: Mon, 6 May 2024 16:55:30 -0500 Subject: [PATCH] fix: config.rst remote identity example --- docs/source/reference/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/reference/config.rst b/docs/source/reference/config.rst index 572af99a3fc..29c4a645496 100644 --- a/docs/source/reference/config.rst +++ b/docs/source/reference/config.rst @@ -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.