Skip to content

Commit

Permalink
Update onboarding_instructions.md
Browse files Browse the repository at this point in the history
Updated the documentation to reflect where to update the config map.
  • Loading branch information
saaror authored Oct 8, 2020
1 parent 7562a96 commit 0ed10f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Health/onboarding_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ For on-boarding to Health(Tab), you would need to complete two steps

## Configure agent through ConfigMap
1. Include the following section in ConfigMap yaml file
```cmd:agent-settings: |-
[agent_settings.health_model]
```
agent-settings: |-
# agent health model feature settings
[agent_settings.health_model]
# In the absence of this configmap, default value for enabled is false
enabled = true
```
2. Run the following kubectl command:
Expand Down

0 comments on commit 0ed10f8

Please sign in to comment.