chat-server directory structure example

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

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

Last updated