Skip to content

Commit

Permalink
Update README.md.gotmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
mershad-manesh authored Feb 20, 2024
1 parent 040742b commit 6d9adeb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions minion/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ 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`

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

{{ template "chart.valuesSection" . }}

{{ template "helm-docs.versionFooter" . }}

0 comments on commit 6d9adeb

Please sign in to comment.