Commit 1471f0ad authored by Eneko's avatar Eneko
Browse files

docs: fix missing 'prod-enabled' input

parent b96d5f07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ Here are variables supported to configure the production environment:

| Input / Variable | Description                            | Default value     |
| ------------------------ | -------------------------------------- | ----------------- |
| `HELMFILE_PROD_ENABLED` | Set to `true` to enable `production` env | _none_ (disabled)  |
| `prod-enabled` / `HELMFILE_PROD_ENABLED` | Set to `true` to enable `production` env | _none_ (disabled)  |
| `prod-app-name` / `HELMFILE_PROD_APP_NAME` | Application name for `production` env  | `$HELMFILE_BASE_APP_NAME` |
| `prod-environment-url` / `HELMFILE_PROD_ENVIRONMENT_URL`| The production environment url _(only define for static environment URLs declaration and if different from default)_ | `$HELMFILE_ENVIRONMENT_URL` |
| `prod-namespace` / `HELMFILE_PROD_NAMESPACE` | The Kubernetes namespace to use for `production` env _(only define to override default)_ | `$KUBE_NAMESPACE` |