From e9dfab59f4ec2ecf00cfd04c363ef1df45706580 Mon Sep 17 00:00:00 2001 From: Scott Lougheed Date: Fri, 23 Sep 2022 16:01:24 -0700 Subject: [PATCH] minor formatting tweaks --- kubernetes/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/README.md b/kubernetes/README.md index 6ee3135..bc89138 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -53,7 +53,7 @@ kubectl create secret generic scimsession --from-file=scimsession=./scimsession ## For Google Workspace customers only -**This section is only relevant if Google Workspace is your identity provider.** If you do not connecting 1Password to Google Workspace, please proceed to [Deploy to the Kubernetes cluster](https://github.com/1Password/scim-examples/tree/master/kubernetes#deploy-to-the-kubernetes-cluster). +This section is only relevant if Google Workspace is your identity provider. If you do not connecting 1Password to Google Workspace, please proceed to [Deploy to the Kubernetes cluster](https://github.com/1Password/scim-examples/tree/master/kubernetes#deploy-to-the-kubernetes-cluster). For more informatiion please visit [Connect Google Workspace to 1Password SCIM Bridge](https://support.1password.com/scim-google-workspace). @@ -62,7 +62,7 @@ You will need to create a Google service account and key as outlined in the 1Pas Download the credentials file provided by Google and save a copy to your 1Password account. -### Create a service account credentials Kubernetes secret +### Create a Kubernetes secret for the Google service account credential Using the credential file you just downloaded, create a kubernetes secret, substituting `` with the filename generated by Google for your Google Service Account. ```bash