Skip to content

Commit

Permalink
Add example to README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
mershad-manesh authored Feb 20, 2024
1 parent 12ec0e3 commit d5a4658
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions minion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ This template can be used to bring up a minion and connect it to a OpenNMS core.
* Modify `values.yaml` file:
* (If you are using JKS) add a base64 value of Java Keystore into `content`. You can get the base64 value by running `cat jks/truststore.jks | base64`

## How to add/override files under `etc` folder:
* Add your files to `etc` folder (*Note:* We don't support folders/subdirectories in this folder)
* Deploy the Helm Chart

### Example:
Adding a file called `hello.txt` to `etc` folder inside the minion container
```
$ echo "Hello World" > etc/hello.txt
```

## Values

| Key | Type | Default | Description |
Expand Down

0 comments on commit d5a4658

Please sign in to comment.