summaryrefslogtreecommitdiffstats
path: root/integrations/templates/setup/sample-charts-config.md
blob: affd2b35cd68145fc2bcb1f155ded758ed1285ea (plain)
1
2
3
4
5
6
The file format is POSIX shell script. Generally, the structure is:

```sh
OPTION_1="some value"
OPTION_2="some other value"
```