Skip to content

Commit 102f93d

Browse files
committed
fix(mesh): use modern admonition syntax
Replace legacy {:.note} with {:.info} per Vale linting rules Signed-off-by: Marcin Skalski <skalskimarcin33@gmail.com>
1 parent 2226ddc commit 102f93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mesh/ecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The IAM role must have a corresponding tag:
261261
kuma.io/workload: <workload-name>
262262
```
263263

264-
{:.note}
264+
{:.info}
265265
> This validation only applies when a `MeshIdentity` exists for the mesh and uses `kuma.io/workload` in its SPIFFE ID path template.
266266

267267
### Sidecar

0 commit comments

Comments
 (0)