gitextract_ufcoemsn/ ├── .github/ │ └── workflows/ │ └── automated-build.yaml ├── .gitignore ├── Brewfile.netlify ├── Dockerfile ├── README.md ├── addmount.c ├── bash_profile ├── bashrc ├── bore.sh ├── build.sh ├── dind.sh ├── docker-socket.sh ├── helm/ │ └── shpod/ │ ├── .helmignore │ ├── Chart.yaml │ ├── templates/ │ │ ├── NOTES.txt │ │ ├── _helpers.tpl │ │ ├── deployment.yaml │ │ ├── persistentvolumeclaim.yaml │ │ ├── rbac.yaml │ │ ├── rolebinding.yaml │ │ ├── service.yaml │ │ └── serviceaccount.yaml │ └── values.yaml ├── helper-curl ├── helper-unsupported ├── init.sh ├── kind.sh ├── motd ├── netlify.toml ├── setup-tailhist.sh ├── shpod.sh ├── shpod.yaml ├── tmux.conf └── vimrc