chore: rename gloabal variables

This commit is contained in:
Oleksandr Molchanov 2026-03-13 21:16:15 +02:00
commit 1aa896ebe3
2 changed files with 12 additions and 12 deletions

View file

@ -216,10 +216,10 @@ In case you would like to have more control over kube environment context, you c
| `KUBE_ENV_PADDING` | one space | Padding (spaces or characters) added around the environment block |
| `KUBE_ENV_OPEN_SYMBOL` | `[` | Opening symbol used for the environment block |
| `KUBE_ENV_CLOSE_SYMBOL` | `]` | Closing symbol used for the environment block |
| `KUBE_ENV_PROD` | `prod` | Set default production label |
| `KUBE_ENV_STG` | `stag` | Set default staging label |
| `KUBE_ENV_TEST` | `test` | Set default testing label |
| `KUBE_ENV_DEV` | `dev` | Set default developing label |
| `KUBE_ENV_PROD_LABEL` | `prod` | Set default production label |
| `KUBE_ENV_STG_LABEL` | `stag` | Set default staging label |
| `KUBE_ENV_TEST_LABEL` | `test` | Set default testing label |
| `KUBE_ENV_DEV_LABEL` | `dev` | Set default developing label |
| `KUBE_ENV_PROD_RE` | `(production\|prod)-` | Regex used to detect production in the context name |
| `KUBE_ENV_STG_RE` | `(staging\|stg)-` | Regex used to detect staging in the context name |
| `KUBE_ENV_TEST_RE` | `(testing\|test)-` | Regex used to detect test in the context name |