Skip to content

Commit 3ff07c6

Browse files
chore(deps): update docs from repo source (#3596)
Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> Co-authored-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com>
1 parent cd0c0a5 commit 3ff07c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/mesh/dev/raw/kuma-cp.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,10 @@ runtime:
423423
# The first non-empty label value found will be used. If no labels match, falls back to ServiceAccount name.
424424
# Default is empty list (uses ServiceAccount as workload identifier).
425425
workloadLabels: [] # ENV: KUMA_RUNTIME_KUBERNETES_WORKLOAD_LABELS
426+
# DisallowMultipleMeshesPerNamespace prevents pods from using kuma.io/mesh label in ways that would create
427+
# multiple meshes within a single namespace. When enabled, Workload generation is skipped for namespaces
428+
# with multiple meshes and a warning event is emitted.
429+
disallowMultipleMeshesPerNamespace: false # ENV: KUMA_RUNTIME_KUBERNETES_DISALLOW_MULTIPLE_MESHES_PER_NAMESPACE
426430
# Universal-specific configuration
427431
universal:
428432
# DataplaneCleanupAge defines how long Dataplane should be offline to be cleaned up by GC

0 commit comments

Comments
 (0)