Skip to content

Commit

Permalink
deploy mysql-k8s from mysqlrouter-user branch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Apr 18, 2023
1 parent 2f8e061 commit c2043fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def test_database_relation(ops_test: OpsTest):
applications = await asyncio.gather(
ops_test.model.deploy(
MYSQL_APP_NAME,
channel="8.0/edge",
channel="8.0/edge/mysqlrouter-user",
application_name=MYSQL_APP_NAME,
num_units=3,
trust=True, # Necessary after a6f1f01: Fix/endpoints as k8s services (#142)
Expand Down

0 comments on commit c2043fc

Please sign in to comment.