@@ -53,8 +53,8 @@ When not explicitly set, `serviceAccount` and `workloadIdentityProvider` values
When not explicitly set, `envType` is automatically guessed based on [GitLab predefined variables](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html):
| `$CI_REF_NAME`| `envType` value |
| ------------------ | --------------- |
| `$CI_COMMIT_REF_NAME` | `envType` value |
| --------------------- | --------------- |
| `master` or `main` | **production** if `$CI_JOB_STAGE` is one of `publish`, `infra-prod`, `production`, `.post`<br/>**staging** otherwise |