You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the only sample application backend being deployed by the E2E workflow scripts is Postgresql.
Describe the solution you would like
E2E workflow scripts for secretless-broker should be conditionally run with MySQL as the sample application backend. Probably use the bitnami/mysql helm chart - modify bin/test-workflow/7_app_deploy_backend.sh to deploy MySQL based on a SAMPLE_APP_DB_TYPE environment variable.
imheresamir
changed the title
Conditionally deploy MySQL sample application backend
E2E Workflow Scripts: Conditionally deploy MySQL sample application backend
Jun 1, 2021
Is your feature request related to a problem? Please describe.
Currently the only sample application backend being deployed by the E2E workflow scripts is Postgresql.
Describe the solution you would like
E2E workflow scripts for secretless-broker should be conditionally run with MySQL as the sample application backend. Probably use the bitnami/mysql helm chart - modify
bin/test-workflow/7_app_deploy_backend.sh
to deploy MySQL based on aSAMPLE_APP_DB_TYPE
environment variable.Additional context
See the test matrix here: #310
The text was updated successfully, but these errors were encountered: