minor formatting tweaks

This commit is contained in:
Scott Lougheed
2022-09-23 16:01:24 -07:00
parent e04b3d9004
commit e9dfab59f4

View File

@@ -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 `<keyfile>` with the filename generated by Google for your Google Service Account.
```bash