Skip to content

Commit

Permalink
Policy not used
Browse files Browse the repository at this point in the history
  • Loading branch information
dstathis committed Sep 27, 2024
1 parent 0ca5a8d commit bed27b5
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 @@ -71,7 +71,7 @@
To provide a service mesh, instantiate the ServiceMeshProvider object in the __init__ method
of your charm:
```
from charms.istio_beacon_k8s.v0.service_mesh import Policy, ServiceMeshProvider
from charms.istio_beacon_k8s.v0.service_mesh import ServiceMeshProvider
...
self._mesh = ServiceMeshProvider(
Expand Down

0 comments on commit bed27b5

Please sign in to comment.