Skip to content

Commit

Permalink
Merge pull request #1334 from tmatias/patch-1
Browse files Browse the repository at this point in the history
point users to storage/RBAC docs
  • Loading branch information
ericchiang authored Nov 7, 2018
2 parents 505aac7 + 44e988f commit 57b1031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To run dex on Kubernetes perform the following steps:
2. Spin up a Kubernetes cluster with the appropriate flags and CA volume mount.
3. Create a secret containing your [GitHub OAuth2 client credentials][github-oauth2].
4. Deploy dex.
5. Create and assign 'dex' cluster role to dex service account (if RBAC authorization is used).
5. Create and assign 'dex' cluster role to dex service account ([to enable dex to manage its CRDs, if RBAC authorization is used](https://github.com/dexidp/dex/blob/master/Documentation/storage.md#kubernetes-custom-resource-definitions-crds)).

The TLS assets can be created using the following command:

Expand Down

0 comments on commit 57b1031

Please sign in to comment.