Commit 517cacc9 authored by Siddharth Asthana's avatar Siddharth Asthana Committed by Amy Qualls

Fix up the docs warning detected by the vale Admin rule

parent 6e0ba122
...@@ -1279,7 +1279,7 @@ cluster = Clusters::Cluster.find_by(name: 'cluster_name') ...@@ -1279,7 +1279,7 @@ cluster = Clusters::Cluster.find_by(name: 'cluster_name')
Delete cluster without associated resources: Delete cluster without associated resources:
```ruby ```ruby
# Find an admin user # Find users with the Administrator role
user = User.find_by(username: 'admin_user') user = User.find_by(username: 'admin_user')
# Find the cluster with the ID # Find the cluster with the ID
......
...@@ -14,7 +14,7 @@ having an issue with GitLab, you may want to check your [support options](https: ...@@ -14,7 +14,7 @@ having an issue with GitLab, you may want to check your [support options](https:
first, before attempting to use this information. first, before attempting to use this information.
WARNING: WARNING:
If you are administering GitLab you are expected to know these commands for your distribution If you administer GitLab you are expected to know these commands for your distribution
of choice. If you are a GitLab Support Engineer, consider this a cross-reference to of choice. If you are a GitLab Support Engineer, consider this a cross-reference to
translate `yum` -> `apt-get` and the like. translate `yum` -> `apt-get` and the like.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment