Skip to content

Commit

Permalink
use dict in example
Browse files Browse the repository at this point in the history
  • Loading branch information
dstathis committed Sep 27, 2024
1 parent bed27b5 commit 1dd7289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/istio_beacon_k8s/v0/service_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
...
self._mesh = ServiceMeshProvider(
charm = self,
labels = self._get_mesh_labels(),
labels = {"my_service_mesh": "enable"},
mesh_relation_name = "service-mesh",
)
```
Expand Down

0 comments on commit 1dd7289

Please sign in to comment.