diff options
Diffstat (limited to '')
-rw-r--r-- | integrations/templates/setup/sample-charts-config.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/integrations/templates/setup/sample-charts-config.md b/integrations/templates/setup/sample-charts-config.md new file mode 100644 index 00000000..affd2b35 --- /dev/null +++ b/integrations/templates/setup/sample-charts-config.md @@ -0,0 +1,6 @@ +The file format is POSIX shell script. Generally, the structure is: + +```sh +OPTION_1="some value" +OPTION_2="some other value" +``` |