Skip to content

Commit

Permalink
Revert "Add example to README.md file"
Browse files Browse the repository at this point in the history
This reverts commit d5a4658.
  • Loading branch information
mershad-manesh committed Feb 20, 2024
1 parent e0ec938 commit 847f84a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions minion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ 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 847f84a

Please sign in to comment.