Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
2d3b4440
Commit
2d3b4440
authored
4 years ago
by
Rhys Arkins
Browse files
Options
Downloads
Patches
Plain Diff
docs: clarify experimental manager example
parent
08375516
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/modules/manager.md
+3
-2
3 additions, 2 deletions
docs/usage/modules/manager.md
with
3 additions
and
2 deletions
docs/usage/modules/manager.md
+
3
−
2
View file @
2d3b4440
...
...
@@ -55,11 +55,12 @@ The `config:base` preset ignores common test and example directory names, for ex
#### Enabling experimental managers
Most managers are enabled by default.
For those that aren't, typically because they are considered experimental, you can opt-in to them like the following:
For those that aren't, typically because they are considered experimental, you can enable them opt-in.
For example, if there was a manager called
`some-new-manager`
then you could enable it this way:
```
json
{
"
experimental
-manager"
:
{
"
some-new
-manager"
:
{
"enabled"
:
true
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment