@@ -75,6 +75,7 @@ The environment variables are available in the helmfile template with the
| `$environment_type` | `{{ env "environment_type" }}` | the current deployment environment type (`review`, `integration`, `staging` or `production`) |
| `$environment_url` | `{{ env "environment_url" }}` | the environment URL (see also [environment url management](#environments-url-management)) |
| `$environment_hostname` | `{{ env "environment_hostname" }}` | the environment hostname, extracted from the environment URL |
| `$kube_namespace` | `{{ .Namespace }}` | the Kubernetes namespace currently used for deployment/cleanup |
The `$environment_type` is also passed as `--environment` parameter to `helmfile` which allows you
to inject a set of values specific to the environment type