# Hlæja Helm Environment To make the environment copy `values.yaml` file from `charts/` to `values/` then change the values you need. or make the file and add the value you like to overwrite. ``` helm/ ├── helmfile.yaml ├── values/ │ ├── / │ │ ├── .yaml | │ └── ... │ └── ... └── charts/ ├── / │ ├── Chart.yaml │ ├── values.yaml │ └── templates/ │ └──