Skip to content

Commit

Permalink
test: trust kubeflow-volumes (#382)
Browse files Browse the repository at this point in the history
* test: trust kubeflow-volumes

This charm now requires to be trusted at deployment time.
  • Loading branch information
DnPlas authored Feb 29, 2024
1 parent 4b86064 commit 0499f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def test_ingress_relation(ops_test: OpsTest):
TODO (https://github.com/canonical/istio-operators/issues/259): Change this from using a
specific charm that implements ingress's requirer interface to a generic charm
"""
await ops_test.model.deploy(KUBEFLOW_VOLUMES, channel="latest/edge")
await ops_test.model.deploy(KUBEFLOW_VOLUMES, channel="latest/edge", trust=True)

await ops_test.model.add_relation(f"{ISTIO_PILOT}:ingress", f"{KUBEFLOW_VOLUMES}:ingress")

Expand Down

0 comments on commit 0499f23

Please sign in to comment.