You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/kubernetes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ To run dex on Kubernetes perform the following steps:
60
60
2. Spin up a Kubernetes cluster with the appropriate flags and CA volume mount.
61
61
3. Create a secret containing your [GitHub OAuth2 client credentials][github-oauth2].
62
62
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)).
64
64
65
65
The TLS assets can be created using the following command:
0 commit comments