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