From 847f84a8c776e05eb7d6754967ba54fac4ce2c12 Mon Sep 17 00:00:00 2001 From: Morteza E <105240903+mershad-manesh@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:03:11 -0500 Subject: [PATCH] Revert "Add example to README.md file" This reverts commit d5a46585cc876182c9c1527e8689d8d71a100a88. --- minion/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/minion/README.md b/minion/README.md index 65392b8..7f1f3c7 100644 --- a/minion/README.md +++ b/minion/README.md @@ -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 |