Skip to content

Commit

Permalink
Update multi-user-overview.md (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallardot authored and k8s-ci-robot committed Nov 11, 2019
1 parent 25f1f94 commit b718456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/other-guides/multi-user-overview.md
Expand Up @@ -159,7 +159,7 @@ profile descriptions as shown below:

```
$ cat << EOF > profile.yaml
apiVersion: kubeflow.org/v1alpha1
apiVersion: kubeflow.org/v1beta1
kind: Profile
metadata:
name: profileName1 # replace with the name of profile you want
Expand All @@ -168,7 +168,7 @@ spec:
kind: User
name: userid1@email.com # replace with the email of the user
---
apiVersion: kubeflow.org/v1alpha1
apiVersion: kubeflow.org/v1beta1
kind: Profile
metadata:
name: profileName2 # replace with the name of profile you want
Expand Down

0 comments on commit b718456

Please sign in to comment.