From d9a119f5b1dcd570a8c95c6aff5a5f205f4d2ec1 Mon Sep 17 00:00:00 2001 From: Marsh Macy Date: Mon, 8 Jan 2018 07:48:29 -0800 Subject: [PATCH] sync text with example yaml --- docs/concepts/service-catalog/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/service-catalog/index.md b/docs/concepts/service-catalog/index.md index f85b1bea37..ee2f843ea1 100644 --- a/docs/concepts/service-catalog/index.md +++ b/docs/concepts/service-catalog/index.md @@ -188,7 +188,7 @@ These pieces of information are stored in secrets that the application in the cl One method to perform this mapping is to use a declarative Pod configuration. -The following example describes how to map service account credentials into the application. A key called `sa-key` is stored in a volume named `provider-cloud-key`, and the application mounts this volume at `/var/secrets/provider/key.json`. The environment variable `GOOGLE_APPLICATION_CREDENTIALS` is mapped from the value of the mounted file. +The following example describes how to map service account credentials into the application. A key called `sa-key` is stored in a volume named `provider-cloud-key`, and the application mounts this volume at `/var/secrets/provider/key.json`. The environment variable `PROVIDER_APPLICATION_CREDENTIALS` is mapped from the value of the mounted file. ```yaml ...