Skip to content

Commit 57b1031

Browse files
authored
Merge pull request #1334 from tmatias/patch-1
point users to storage/RBAC docs
2 parents 505aac7 + 44e988f commit 57b1031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To run dex on Kubernetes perform the following steps:
6060
2. Spin up a Kubernetes cluster with the appropriate flags and CA volume mount.
6161
3. Create a secret containing your [GitHub OAuth2 client credentials][github-oauth2].
6262
4. Deploy dex.
63-
5. Create and assign 'dex' cluster role to dex service account (if RBAC authorization is used).
63+
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)).
6464

6565
The TLS assets can be created using the following command:
6666

0 commit comments

Comments
 (0)