chat-web directory structure example

HighSide recommends keeping this directory structure under version control (Git repository).

chat-web
   β”œβ”€β”€ chat-web.tar.gz
   β”œβ”€β”€ .sops.yaml
   └── vars
       β”œβ”€β”€ sandbox
       β”‚   └── secrets.yaml
       β”œβ”€β”€ prod
       β”‚   └── secrets.yaml
       └── values.yaml

Last updated