oncall-engine/helm/oncall/tests
Alexander Cherepanov d3247447ef
Fix usage of extra envs as map in Helm chart (#2146)
# What this PR does


1. Fixes setting extra envs using:
```yaml
env:
  proxy: http://example.com
  SOME_VAR: some-value
```
It had failed if postgresql setting enabled and in `job-migrate`

2. Fixes an issue if custom database and username set for internal
mariadb, `MYSQL_` envs did not use them
```yaml
mariadb:
  auth:
     database: grafana_oncall
     username: grafana_oncall
```

3. Added `imagePullSecrets: []` to values.yaml. It used in helm chart,
but does not present in the values.yaml
4. More unit tests

## Which issue(s) this PR fixes

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)

Co-authored-by: Ildar Iskhakov <Ildar.iskhakov@grafana.com>
2023-06-12 03:34:36 +00:00
..
__snapshot__ Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
extra_env_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
image_deployments_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
image_pull_secrets_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
mysql_env_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
mysql_password_env_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
postgres_env_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
postgres_password_env_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
security_context_deployments_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
service_account_deployments_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
service_account_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
telegram_env_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
uwsgi_env_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00
wait_for_db_test.yaml Fix usage of extra envs as map in Helm chart (#2146) 2023-06-12 03:34:36 +00:00