summaryrefslogtreecommitdiffstats
path: root/integrations/templates/setup/sample-charts-config.md
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/templates/setup/sample-charts-config.md')
-rw-r--r--integrations/templates/setup/sample-charts-config.md6
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 000000000..affd2b35c
--- /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"
+```