Skip to content

Commit

Permalink
docs: fix cm typo (#9577)
Browse files Browse the repository at this point in the history
Signed-off-by: Bjorn Stange <[email protected]>
  • Loading branch information
bjorn-stange-expel authored and crenshaw-dev committed Jun 3, 2022
1 parent 867660a commit 46af59e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/operator-manual/user-management/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you've never configured this, you'll be redirected straight to this if you tr

### Configure Argo to use OpenID Connect

Edit `argo-cm` and add the following `dex.config` to the data section, replacing `clientID` and `clientSecret` with the values you saved before:
Edit `argocd-cm` and add the following `dex.config` to the data section, replacing `clientID` and `clientSecret` with the values you saved before:

```yaml
data:
Expand Down Expand Up @@ -113,7 +113,7 @@ data:

### Configure Argo to use the new Google SAML App

Edit `argo-cm` and add the following `dex.config` to the data section, replacing the `caData`, `argocd.example.com`, `sso-url`, and optionally `google-entity-id` with your values from the Google SAML App:
Edit `argocd-cm` and add the following `dex.config` to the data section, replacing the `caData`, `argocd.example.com`, `sso-url`, and optionally `google-entity-id` with your values from the Google SAML App:

```yaml
data:
Expand Down Expand Up @@ -211,7 +211,7 @@ Go through the same steps as in [OpenID Connect using Dex](#openid-connect-using
defaultMode: 420
secretName: argocd-google-groups-json

3. Edit `argo-cm` and add the following `dex.config` to the data section, replacing `clientID` and `clientSecret` with the values you saved before, `adminEmail` with the address for the admin user you're going to impersonate, and editing `redirectURI` with your Argo CD domain:
3. Edit `argocd-cm` and add the following `dex.config` to the data section, replacing `clientID` and `clientSecret` with the values you saved before, `adminEmail` with the address for the admin user you're going to impersonate, and editing `redirectURI` with your Argo CD domain:

dex.config: |
connectors:
Expand Down

0 comments on commit 46af59e

Please sign in to comment.